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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 槨瀏頌 | 100111101101100011100000011001111110100011110001 | 9ed8e067e8f1 |
EUC-JP | 槨瀏頌 | 110111001101101011011111110010001111000011110011 | dcdadfc8f0f3 |
UTF-8 | 槨瀏頌 | 111001101010011110101000111001111000000010001111111010011010000010001100 | e6a7a8e7808fe9a08c |
UHC | 槨瀏頌 | 110011101010101011010111101101111110000111101011 | ceaad7b7e1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)