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 | ?A | 0011111101000001 | 3f41 |
SJIS-WIN | 安A | 100010001100000001000001 | 88c041 |
EUC-JP | 安A | 101100001100001001000001 | b0c241 |
UTF-8 | 安A | 11100101101011101000100101000001 | e5ae8941 |
UHC | 安A | 111001001100110001000001 | e4cc41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)