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 | ´âÆë | 10110100111000101100011011101011 | b4e2c6eb |
| SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
| EUC-JP | ´âÆë | 1010000110101101100011111010101110100100100011111010100110100001100011111010101110110011 | a1ad8faba48fa9a18fabb3 |
| UTF-8 | ´âÆë | 1100001010110100110000111010001011000011100001101100001110101011 | c2b4c3a2c386c3ab |
| UHC | ´?Æ? | 101000101010010100111111101010001010000100111111 | a2a53fa8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)