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 | 甬瓊 | 11100001010101001110000011111001 | e154e0f9 |
EUC-JP | 甬瓊 | 11100001101101011110000011111011 | e1b5e0fb |
UTF-8 | 甬瓊 | 111001111001010010101100111001111001001110001010 | e794ace7938a |
UHC | 甬瓊 | 11101001110001011100110011100001 | e9c5cce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)