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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 嶸倆仆B | 11111010101101001001100011101101100110001011101101000010 | fab498ed98bb42 |
EUC-JP | 嶸倆仆B | 1000111110111011111101001101000011101111110100001011110101000010 | 8fbbf4d0efd0bd42 |
UTF-8 | 嶸倆仆B | 11100101101101101011100011100101100000001000011011100100101110111000011001000010 | e5b6b8e58086e4bb8642 |
UHC | 嶸倆?B | 111001111010111011010101110101100011111101000010 | e7aed5d63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)