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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 蠏ヒワ篆 | 111001011011010111001011110111001110001010111101 | e5b5cbdce2bd |
| EUC-JP | 蠏ヒワ篆 | 1110101010110111100011101100101110001110110111001110010010111111 | eab78ecb8edce4bf |
| UTF-8 | 蠏ヒワ篆 | 111010001010000010001111111011111011111010001011111011111011111010011100111001111010111110000110 | e8a08fefbe8befbe9ce7af86 |
| UHC | ???篆 | 0011111100111111001111111110111110101010 | 3f3f3fefaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)