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 | 螳罹ェ | 1110010110101110100111001110101110101010 | e5ae9cebaa |
| EUC-JP | 螳罹ェ | 111010101011000011011000111011011000111010101010 | eab0d8ed8eaa |
| UTF-8 | 螳罹ェ | 111010001001111010110011111001111011110110111001111011111011110110101010 | e89eb3e7bdb9efbdaa |
| UHC | 螳罹? | 1101001111011001110101111110011100111111 | d3d9d7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)