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 | ???QV | 0011111100111111001111110101000101010110 | 3f3f3f5156 |
SJIS-WIN | 贖翠勧QV | 1110011011011100100100001000100110001010101010010101000101010110 | e6dc90898aa95156 |
EUC-JP | 贖翠勧QV | 1110110011011110101111111110100110110100101010110101000101010110 | ecdebfe9b4ab5156 |
UTF-8 | 贖翠勧QV | 1110100010110100100101101110011110111111101000001110010110001011101001110101000101010110 | e8b496e7bfa0e58ba75156 |
UHC | 贖翠?QV | 11100001110110111111011010101000001111110101000101010110 | e1dbf6a83f5156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)