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 | 臟冪 | 11100100011001101001100101110000 | e4669970 |
EUC-JP | 臟冪 | 11100111110001111101000111010001 | e7c7d1d1 |
UTF-8 | 臟冪 | 111010001000011110011111111001011000011010101010 | e8879fe586aa |
UHC | 臟冪 | 11101101111101001101100011110001 | edf4d8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)