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 | äa | 1110010001100001 | e461 |
SJIS-WIN | ?a | 0011111101100001 | 3f61 |
EUC-JP | äa | 10001111101010111010001101100001 | 8faba361 |
UTF-8 | äa | 110000111010010001100001 | c3a461 |
UHC | ?a | 0011111101100001 | 3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)