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 | 螳溯寐 | 111001011010111010011111111010001001101110000111 | e5ae9fe89b87 |
| EUC-JP | 螳溯寐 | 111010101011000011011110111010101101010111100111 | eab0deead5e7 |
| UTF-8 | 螳溯寐 | 111010001001111010110011111001101011101010101111111001011010111110010000 | e89eb3e6baafe5af90 |
| UHC | 螳溯寐 | 110100111101100111100001101111011101100011011011 | d3d9e1bdd8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)