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 | àKD | 111000000100101101000100 | e04b44 |
SJIS-WIN | ?KD | 001111110100101101000100 | 3f4b44 |
EUC-JP | àKD | 1000111110101011101000100100101101000100 | 8faba24b44 |
UTF-8 | àKD | 11000011101000000100101101000100 | c3a04b44 |
UHC | ?KD | 001111110100101101000100 | 3f4b44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)