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 | ÌåèØ | 11001100111001011110100011011000 | cce5e8d8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÌåèØ | 100011111010101011000000100011111010101110101001100011111010101110110010100011111010100110101100 | 8faac08faba98fabb28fa9ac |
UTF-8 | ÌåèØ | 1100001110001100110000111010010111000011101010001100001110011000 | c38cc3a5c3a8c398 |
UHC | ???Ø | 0011111100111111001111111010100010101010 | 3f3f3fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)