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 | äPh | 111001000101000001101000 | e45068 |
SJIS-WIN | ?Ph | 001111110101000001101000 | 3f5068 |
EUC-JP | äPh | 1000111110101011101000110101000001101000 | 8faba35068 |
UTF-8 | äPh | 11000011101001000101000001101000 | c3a45068 |
UHC | ?Ph | 001111110101000001101000 | 3f5068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)