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 | 娃瞎 | 10001000101000011110000111010000 | 88a1e1d0 |
EUC-JP | 娃瞎 | 10110000101000111110001011010010 | b0a3e2d2 |
UTF-8 | 娃瞎 | 111001011010100010000011111001111001111010001110 | e5a883e79e8e |
UHC | 娃? | 111010001101111100111111 | e8df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)