Зображення у Base64

Перетворіть зображення на URI даних Base64 для вставлення у CSS або HTML.

Твої файли ніколи не залишають твій пристрій. Уся обробка відбувається у твоєму браузері.

Як користуватися

Upload an image and copy the generated Base64 data URI.

Як це працює

The browser reads the file and encodes its bytes as a Base64 data URL.

Поширені запитання

What is a data URI good for?

Embedding small images directly in CSS/HTML without a separate request.

Any size limit?

Base64 grows files ~33%, so it's best for small images.

Пов'язані інструменти