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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蒸?彬F | 100011111111011000111111100101010110101001000110 | 8ff63f956a46 |
EUC-JP | 蒸?彬F | 101111101111100000111111110010011100101101000110 | bef83fc9cb46 |
UTF-8 | 蒸븍彬F | 11101000100100101011100011101011101110001000110111100101101111011010110001000110 | e892b8ebb88de5bdac46 |
UHC | 蒸븍彬F | 11110001111110101011101011101011110111101010111101000110 | f1fabaebdeaf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)