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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 熔蔆 | 10010111011011111110010011001111 | 976fe4cf |
EUC-JP | 熔蔆 | 11001101110100001110100011010001 | cdd0e8d1 |
UTF-8 | 熔蔆 | 111001111000011010010100111010001001010010000110 | e78694e89486 |
UHC | 熔? | 111010011100001000111111 | e9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)