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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?瀁?瀁B | 00111111111000000110011000111111111000000110011001000010 | 3fe0663fe06642 |
EUC-JP | ?瀁?瀁B | 00111111110111111100011100111111110111111100011101000010 | 3fdfc73fdfc742 |
UTF-8 | 렰瀁렰瀁B | 11101011101000001011000011100111100000001000000111101011101000001011000011100111100000001000000101000010 | eba0b0e78081eba0b0e7808142 |
UHC | 렰瀁렰瀁B | 100011101011110111100101110010001000111010111101111001011100100001000010 | 8ebde5c88ebde5c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)