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 | 11111010111110111011011011100111101010111011101001101000 | fafbb6e7abba68 |
EUC-JP | 涇カ遶コh | 10001111110001111100011110001110101101101110111010101101100011101011101001101000 | 8fc7c78eb6eead8eba68 |
UTF-8 | 涇カ遶コh | 11100110101101101000011111101111101111011011011011101001100000011011011011101111101111011011101001101000 | e6b687efbdb6e981b6efbdba68 |
UHC | 涇???h | 110011001101110000111111001111110011111101101000 | ccdc3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)