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 | äPY | 111001000101000001011001 | e45059 |
SJIS-WIN | ?PY | 001111110101000001011001 | 3f5059 |
EUC-JP | äPY | 1000111110101011101000110101000001011001 | 8faba35059 |
UTF-8 | äPY | 11000011101001000101000001011001 | c3a45059 |
UHC | ?PY | 001111110101000001011001 | 3f5059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)