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 | åZP | 111001010101101001010000 | e55a50 |
SJIS-WIN | ?ZP | 001111110101101001010000 | 3f5a50 |
EUC-JP | åZP | 1000111110101011101010010101101001010000 | 8faba95a50 |
UTF-8 | åZP | 11000011101001010101101001010000 | c3a55a50 |
UHC | ?ZP | 001111110101101001010000 | 3f5a50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)