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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 柞帷椣h | 10011110011011111001101111100111100111101010111001101000 | 9e6f9be79eae68 |
EUC-JP | 柞帷椣h | 11011011110100001101011011101001110111001011000001101000 | dbd0d6e9dcb068 |
UTF-8 | 柞帷椣h | 11100110100111111001111011100101101110001011011111100110101001001010001101101000 | e69f9ee5b8b7e6a4a368 |
UHC | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)