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 | 臟嵌 | 11100100011001101001101111000110 | e4669bc6 |
EUC-JP | 臟嵌 | 11100111110001111101011011001000 | e7c7d6c8 |
UTF-8 | 臟嵌 | 111010001000011110011111111001011011010110001100 | e8879fe5b58c |
UHC | 臟嵌 | 11101101111101001100101011101110 | edf4caee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)