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 | 刷?誠 | 1000110111111100001111111001000010111101 | 8dfc3f90bd |
| EUC-JP | 刷墉誠 | 10111010111111101000111110111000101111111100000010111111 | bafe8fb8bfc0bf |
| UTF-8 | 刷墉誠 | 111001011000100010110111111001011010001010001001111010001010101010100000 | e588b7e5a289e8aaa0 |
| UHC | 刷墉誠 | 111000011110110011101001101110101110000110100100 | e1ece9bae1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)