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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 悶蓉E | 1001011011100011100101110111010101000101 | 96e3977545 |
EUC-JP | 悶蓉E | 1100110011100101110011011101011001000101 | cce5cdd645 |
UTF-8 | 悶蓉E | 11100110100000101011011011101000100100111000100101000101 | e682b6e8938945 |
UHC | 悶蓉E | 1101101010111111111010011100100001000101 | dabfe9c845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)