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 | 臟方 | 11100100011001101001010111111011 | e46695fb |
EUC-JP | 臟方 | 11100111110001111100101011111101 | e7c7cafd |
UTF-8 | 臟方 | 111010001000011110011111111001101001011010111001 | e8879fe696b9 |
UHC | 臟方 | 11101101111101001101101110110000 | edf4dbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)