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 | Ø@ | 10001000110110001001001101000000 | 88d89340 |
SJIS-WIN | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
EUC-JP | ?Ø?@ | 001111111000111110101001101011000011111101000000 | 3f8fa9ac3f40 |
UTF-8 | Ø@ | 11000010100010001100001110011000110000101001001101000000 | c288c398c29340 |
UHC | ?Ø?@ | 0011111110101000101010100011111101000000 | 3fa8aa3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)