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 | ???\h | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 妖??\h | 100101110110010000111111001111110101110001101000 | 97643f3f5c68 |
EUC-JP | 妖??\h | 110011011100010100111111001111110101110001101000 | cdc53f3f5c68 |
UTF-8 | 妖묒넀\h | 1110010110100110100101101110101110101100100100101110101110000100100000000101110001101000 | e5a696ebac92eb84805c68 |
UHC | 妖묒넀\h | 1110100011101101100100011110110010000110100100000101110001101000 | e8ed91ec86905c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)