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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 祭蛟??h | 10001101110101011110010110000000001111110011111101101000 | 8dd5e5803f3f68 |
EUC-JP | 祭蛟??h | 10111010110101111110100111100000001111110011111101101000 | bad7e9e03f3f68 |
UTF-8 | 祭蛟렰렕h | 11100111101001011010110111101000100110111001111111101011101000001011000011101011101000001001010101101000 | e7a5ade89b9feba0b0eba09568 |
UHC | 祭蛟렰렕h | 111100001010111011001110111100011000111010111101100011101010101001101000 | f0aecef18ebd8eaa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)