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 | äPm | 111001000101000001101101 | e4506d |
SJIS-WIN | ?Pm | 001111110101000001101101 | 3f506d |
EUC-JP | äPm | 1000111110101011101000110101000001101101 | 8faba3506d |
UTF-8 | äPm | 11000011101001000101000001101101 | c3a4506d |
UHC | ?Pm | 001111110101000001101101 | 3f506d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)