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 | 贓瓏遽 | 111001101101100111100000111110101110011110101111 | e6d9e0fae7af |
| EUC-JP | 贓瓏遽 | 111011001101101111100000111111001110111010110001 | ecdbe0fceeb1 |
| UTF-8 | 贓瓏遽 | 111010001011010010010011111001111001001110001111111010011000000110111101 | e8b493e7938fe981bd |
| UHC | 贓瓏遽 | 111011011111110011010110111010101100101111101000 | edfcd6eacbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)