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 | Ø® | 1101100010101110 | d8ae |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | Ø® | 100011111010100110101100100011111010001011101110 | 8fa9ac8fa2ee |
UTF-8 | Ø® | 11000011100110001100001010101110 | c398c2ae |
UHC | Ø® | 10101000101010101010001011100111 | a8aaa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)