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 | 瞳?歟 | 1001001110110101001111111001111101100010 | 93b53f9f62 |
| EUC-JP | 瞳?歟 | 1100011010110111001111111101110111000011 | c6b73fddc3 |
| UTF-8 | 瞳녈歟 | 111001111001111010110011111010111000010110001000111001101010110110011111 | e79eb3eb8588e6ad9f |
| UHC | 瞳녈歟 | 110101001101101010110011111000111110011010100010 | d4dab3e3e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)