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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 躁?箏?雕 | 1110011101001110001111111110001010110101001111111110100010111000 | e74e3fe2b53fe8b8 |
| EUC-JP | 躁?箏?雕 | 1110110110101111001111111110010010110111001111111111000010111010 | edaf3fe4b73ff0ba |
| UTF-8 | 躁렕箏렎雕 | 111010001011101010000001111010111010000010010101111001111010111010001111111010111010000010001110111010011001101110010101 | e8ba81eba095e7ae8feba08ee99b95 |
| UHC | 躁렕箏렎雕 | 11110000111000101000111010101010111011101011010010001110101001001111000011100111 | f0e28eaaeeb48ea4f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)