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 | 駿?賓 | 1000111101111000001111111001010101101111 | 8f783f956f |
| EUC-JP | 駿?賓 | 1011110111011001001111111100100111010000 | bdd93fc9d0 |
| UTF-8 | 駿곁賓 | 111010011010011110111111111010101011001110000001111010001011001110010011 | e9a7bfeab381e8b393 |
| UHC | 駿곁賓 | 111100011110011110110000111001111101111010111001 | f1e7b0e7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)