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 | °¹ | 1011000010111001 | b0b9 |
| SJIS-WIN | °? | 100000011000101100111111 | 818b3f |
| EUC-JP | °? | 101000011110101100111111 | a1eb3f |
| UTF-8 | °¹ | 11000010101100001100001010111001 | c2b0c2b9 |
| UHC | °¹ | 10100001110001101010100111110110 | a1c6a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)