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 | 00111111111001101010010111111010101101001001100111101101100110001010011101101000 | 3fe6a5fab499ed98a768 |
EUC-JP | 嶴讌嶸呰乂h | 10001111101110111111001111101100101001111000111110111011111101001101001011101111110100001010100101101000 | 8fbbf3eca78fbbf4d2efd0a968 |
UTF-8 | 嶴讌嶸呰乂h | 11100101101101101011010011101000101011101000110011100101101101101011100011100101100100011011000011100100101110011000001001101000 | e5b6b4e8ae8ce5b6b8e591b0e4b98268 |
UHC | ??嶸?乂h | 0011111100111111111001111010111000111111111001111101000101101000 | 3f3fe7ae3fe7d168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)