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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 먊롷뫛먊롷뫛B | 11101011101010001000101011101011101000011011011111101011101010111001101111101011101010001000101011101011101000011011011111101011101010111001101101000010 | eba88aeba1b7ebab9beba88aeba1b7ebab9b42 |
UHC | 먊롷뫛먊롷뫛B | 10010000110010001000111011110011100100011011101110010000110010001000111011110011100100011011101101000010 | 90c88ef391bb90c88ef391bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)