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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
| SJIS-WIN | 遶ェB蓖 | 111001111010101110101010010000101110010011101101 | e7abaa42e4ed |
| EUC-JP | 遶ェB蓖 | 11101110101011011000111010101010010000101110100011101111 | eead8eaa42e8ef |
| UTF-8 | 遶ェB蓖 | 11101001100000011011011011101111101111011010101001000010111010001001001110010110 | e981b6efbdaa42e89396 |
| UHC | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)