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 | 111010111010000010100000111010111010000010100001011110011110101110100000101000001110101110100000101000010111100101000010 | eba0a0eba0a179eba0a0eba0a17942 |
UHC | 렠렡y렠렡yB | 1000111010110001100011101011001001111001100011101011000110001110101100100111100101000010 | 8eb18eb2798eb18eb27942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)