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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| EUC-JP | 旿??e | 100011111100000111110100001111110011111101100101 | 8fc1f43f3f65 |
| UTF-8 | 旿⑼쉭e | 11100110100101111011111111100010100100011011110011101100100010011010110101100101 | e697bfe291bcec89ad65 |
| UHC | 旿⑼쉭e | 11100111111110101010100111101111101111011010110101100101 | e7faa9efbdad65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)