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 | 熔倪 | 10010111011011111001100011100010 | 976f98e2 |
EUC-JP | 熔倪 | 11001101110100001101000011100100 | cdd0d0e4 |
UTF-8 | 熔倪 | 111001111000011010010100111001011000000010101010 | e78694e580aa |
UHC | 熔倪 | 11101001110000101110011111010010 | e9c2e7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)