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 | 糜綟娟 | 111000101111010011100011011001011001101101001110 | e2f4e3659b4e |
| EUC-JP | 糜綟娟 | 111001001111011011100101110001101101010110101111 | e4f6e5c6d5af |
| UTF-8 | 糜綟娟 | 111001111011001110011100111001111011011010011111111001011010100010011111 | e7b39ce7b69fe5a89f |
| UHC | ??娟 | 00111111001111111110011011000010 | 3f3fe6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)