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 | êNæQ | 11101010010011101110011001010001 | ea4ee651 |
SJIS-WIN | ?N?Q | 00111111010011100011111101010001 | 3f4e3f51 |
EUC-JP | êNæQ | 1000111110101011101101000100111010001111101010011100000101010001 | 8fabb44e8fa9c151 |
UTF-8 | êNæQ | 110000111010101001001110110000111010011001010001 | c3aa4ec3a651 |
UHC | ?NæQ | 0011111101001110101010011010000101010001 | 3f4ea9a151 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)