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 | àKH | 111000000100101101001000 | e04b48 |
SJIS-WIN | ?KH | 001111110100101101001000 | 3f4b48 |
EUC-JP | àKH | 1000111110101011101000100100101101001000 | 8faba24b48 |
UTF-8 | àKH | 11000011101000000100101101001000 | c3a04b48 |
UHC | ?KH | 001111110100101101001000 | 3f4b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)