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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
| SJIS-WIN | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
| EUC-JP | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
| UTF-8 | 閭롦겘a | 11101111101001101000011011101011101000011010011011101010101100101001100001100001 | efa686eba1a6eab29861 |
| UHC | 閭롦겘a | 11100110101011011000111011100110100000011010111101100001 | e6ad8ee681af61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)