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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 贖翠勧@B | 1110011011011100100100001000100110001010101010010100000001000010 | e6dc90898aa94042 |
EUC-JP | 贖翠勧@B | 1110110011011110101111111110100110110100101010110100000001000010 | ecdebfe9b4ab4042 |
UTF-8 | 贖翠勧@B | 1110100010110100100101101110011110111111101000001110010110001011101001110100000001000010 | e8b496e7bfa0e58ba74042 |
UHC | 贖翠?@B | 11100001110110111111011010101000001111110100000001000010 | e1dbf6a83f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)