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 | äÐx | 111001001101000001111000 | e4d078 |
SJIS-WIN | ??x | 001111110011111101111000 | 3f3f78 |
EUC-JP | ä?x | 1000111110101011101000110011111101111000 | 8faba33f78 |
UTF-8 | äÐx | 1100001110100100110000111001000001111000 | c3a4c39078 |
UHC | ?Ðx | 00111111101010001010001001111000 | 3fa8a278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)