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 | チ | 1100000111110111110000011111011101000010 | c1f7c1f742 |
| EUC-JP | チ?? | 10001110110000010011111100111111 | 8ec13f3f |
| UTF-8 | チ | 111011111011111010000001111011101001011010100100111011101001010010100110 | efbe81ee96a4ee94a6 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)