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 | ? | 00111111 | 3f |
SJIS-WIN | 鶩 | 1110101001001110 | ea4e |
EUC-JP | 鶩 | 1111001110101111 | f3af |
UTF-8 | 鶩 | 111010011011011010101001 | e9b6a9 |
UHC | 鶩 | 1101100111010000 | d9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)