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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 澳??@h | 111000000101001100111111001111110100000001101000 | e0533f3f4068 |
EUC-JP | 澳??@h | 110111111011010000111111001111110100000001101000 | dfb43f3f4068 |
UTF-8 | 澳묕쉽@h | 1110011010111110101100111110101110101100100101011110110010001001101111010100000001101000 | e6beb3ebac95ec89bd4068 |
UHC | 澳묕쉽@h | 1110011111111110100100011110111110111101101100010100000001101000 | e7fe91efbdb14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)