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 | 猜翆 | 11100000110010001110001111000001 | e0c8e3c1 |
EUC-JP | 猜翆 | 11100000110010101110011011000011 | e0cae6c3 |
UTF-8 | 猜翆 | 111001111000110010011100111001111011111110000110 | e78c9ce7bf86 |
UHC | 猜? | 111000111100010000111111 | e3c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)