To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
UTF-8 | 챨챠y챨챠yB | 111011001011000110101000111011001011000110100000011110011110110010110001101010001110110010110001101000000111100101000010 | ecb1a8ecb1a079ecb1a8ecb1a07942 |
UHC | 챨챠y챨챠yB | 1100001110110000110000111010110101111001110000111011000011000011101011010111100101000010 | c3b0c3ad79c3b0c3ad7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)