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 | 篁焔郡豎 | 1110001010111001100010011000101110001100010100111110011010110001 | e2b9898b8c53e6b1 |
| EUC-JP | 篁焔郡豎 | 1110010010111011101100011110101110110111101101001110110010110011 | e4bbb1ebb7b4ecb3 |
| UTF-8 | 篁焔郡豎 | 111001111010111110000001111001111000010010010100111010011000001110100001111010001011000110001110 | e7af81e78494e983a1e8b18e |
| UHC | 篁?郡? | 111111001101011000111111110011111101101100111111 | fcd63fcfdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)