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 | 瓮濛筝 | 111000010100010011100000011000011110001010110110 | e144e061e2b6 |
| EUC-JP | 瓮濛筝 | 111000011010010111011111110000101110010010111000 | e1a5dfc2e4b8 |
| UTF-8 | 瓮濛筝 | 111001111001001110101110111001101011111110011011111001111010110110011101 | e793aee6bf9be7ad9d |
| UHC | 瓮?? | 11101000101101110011111100111111 | e8b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)