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 | §À | 1010011111000000 | a7c0 |
| SJIS-WIN | §? | 100000011001100000111111 | 81983f |
| EUC-JP | §À | 1010000111111000100011111010101010100010 | a1f88faaa2 |
| UTF-8 | §À | 11000010101001111100001110000000 | c2a7c380 |
| UHC | §? | 101000011101011100111111 | a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)