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 | ä | 1110010010000101 | e485 |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ä? | 10001111101010111010001100111111 | 8faba33f |
UTF-8 | ä | 11000011101001001100001010000101 | c3a4c285 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)