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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 鼇??鎰?h | 1110101010000111001111110011111111101000010011000011111101101000 | ea873f3fe84c3f68 |
EUC-JP | 鼇??鎰?h | 1111001111100111001111110011111111101111101011010011111101101000 | f3e73f3fefad3f68 |
UTF-8 | 鼇앸뜉鎰섮h | 11101001101111001000011111101100100101011011100011101011100111001000100111101001100011101011000011101100100001001010111001101000 | e9bc87ec95b8eb9c89e98eb0ec84ae68 |
UHC | 鼇앸뜉鎰섮h | 1110100010101000100111011110101110001101100011001110110011110000100110001111111001101000 | e8a89deb8d8cecf098fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)