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 | 疵獗 | 11100001011100101110000011010011 | e172e0d3 |
EUC-JP | 疵獗 | 11100001110100111110000011010101 | e1d3e0d5 |
UTF-8 | 疵獗 | 111001111001011010110101111001111000110110010111 | e796b5e78d97 |
UHC | 疵獗 | 11101101101101111100111111110001 | edb7cff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)