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 | 111011001011000010111101111011001010100010001000011110011110110010110000101111011110110010101000100010000111100101000010 | ecb0bdeca88879ecb0bdeca8887942 |
UHC | 창쨈y창쨈yB | 1100001110100010110000101011010001111001110000111010001011000010101101000111100101000010 | c3a2c2b479c3a2c2b47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)