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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 歪?H | 10011000011000110011111101001000 | 98633f48 |
EUC-JP | 歪?H | 11001111110001000011111101001000 | cfc43f48 |
UTF-8 | 歪턽H | 11100110101011011010101011101101100001001011110101001000 | e6adaaed84bd48 |
UHC | 歪턽H | 1110100011100000101101100111100101001000 | e8e0b67948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)