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 | ?}B | 001111110111110101000010 | 3f7d42 |
SJIS-WIN | 蝕}B | 10010000010010010111110101000010 | 90497d42 |
EUC-JP | 蝕}B | 10111111101010100111110101000010 | bfaa7d42 |
UTF-8 | 蝕}B | 1110100010011101100101010111110101000010 | e89d957d42 |
UHC | 蝕}B | 11100011110110100111110101000010 | e3da7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)