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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 莨頑ケ | 1110010010111100100010101110011010111001 | e4bc8ae6b9 |
| EUC-JP | 莨頑ケ | 111010001011111010110100111010001000111010111001 | e8beb4e88eb9 |
| UTF-8 | 莨頑ケ | 111010001000111010101000111010011010000010010001111011111011110110111001 | e88ea8e9a091efbdb9 |
| UHC | ?頑? | 00111111111010001101011100111111 | 3fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)