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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 鞍\ | 100010001100011001011100 | 88c65c |
EUC-JP | 鞍\ | 101100001100100001011100 | b0c85c |
UTF-8 | 鞍\ | 11101001100111101000110101011100 | e99e8d5c |
UHC | 鞍\ | 111001001101001101011100 | e4d35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)