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 | 100110111100101000111111001111110101110001101000 | 9bca3f3f5c68 |
EUC-JP | 嵬??\h | 110101101100110000111111001111110101110001101000 | d6cc3f3f5c68 |
UTF-8 | 嵬뚩쵛\h | 1110010110110101101011001110101110011010101010011110110010110101100110110101110001101000 | e5b5aceb9aa9ecb59b5c68 |
UHC | 嵬뚩쵛\h | 1110100011100011100011001110100010101100100111010101110001101000 | e8e38ce8ac9d5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)