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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 冐ョ叫h | 11100011111011001000001110000111100010111010100101101000 | e3ec83878ba968 |
EUC-JP | 冐ョ叫h | 11100110111011101010010111100111101101101010101101101000 | e6eea5e7b6ab68 |
UTF-8 | 冐ョ叫h | 11100101100001101001000011100011100000111010011111100101100011111010101101101000 | e58690e383a7e58fab68 |
UHC | ?ョ叫h | 001111111010101111100111110100001010001101101000 | 3fabe7d0a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)