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 | åZC | 111001010101101001000011 | e55a43 |
SJIS-WIN | ?ZC | 001111110101101001000011 | 3f5a43 |
EUC-JP | åZC | 1000111110101011101010010101101001000011 | 8faba95a43 |
UTF-8 | åZC | 11000011101001010101101001000011 | c3a55a43 |
UHC | ?ZC | 001111110101101001000011 | 3f5a43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)