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?h | 00111111011010000011111101101000 | 3f683f68 |
SJIS-WIN | 魯h魯h | 100110000100010001101000100110000100010001101000 | 984468984468 |
EUC-JP | 魯h魯h | 110011111010010101101000110011111010010101101000 | cfa568cfa568 |
UTF-8 | 魯h魯h | 1110100110101101101011110110100011101001101011011010111101101000 | e9adaf68e9adaf68 |
UHC | 魯h魯h | 110101101101101101101000110101101101101101101000 | d6db68d6db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)