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 | Ø | 11011000 | d8 |
SJIS-WIN | ? | 00111111 | 3f |
EUC-JP | Ø | 100011111010100110101100 | 8fa9ac |
UTF-8 | Ø | 1100001110011000 | c398 |
UHC | Ø | 1010100010101010 | a8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)