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 | 辜擒 | 11100111100000111001110110100000 | e7839da0 |
EUC-JP | 辜擒 | 11101101111000111101101010100010 | ede3daa2 |
UTF-8 | 辜擒 | 111010001011111010011100111001101001001110010010 | e8be9ce69392 |
UHC | 辜擒 | 11001101110100001101000011010011 | cdd0d0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)