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 | @E@EB | 10010010010000000100010110010010010000000100010101000010 | 92404592404542 |
| SJIS-WIN | ?@E?@EB | 00111111010000000100010100111111010000000100010101000010 | 3f40453f404542 |
| EUC-JP | ?@E?@EB | 00111111010000000100010100111111010000000100010101000010 | 3f40453f404542 |
| UTF-8 | @E@EB | 110000101001001001000000010001011100001010010010010000000100010101000010 | c2924045c292404542 |
| UHC | ?@E?@EB | 00111111010000000100010100111111010000000100010101000010 | 3f40453f404542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)