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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 箏A | 111000101011010111110010111000111111010110111101111101101011000001000001 | e2b5f2e3f5bdf6b041 |
| EUC-JP | 箏???A | 111001001011011100111111001111110011111101000001 | e4b73f3f3f41 |
| UTF-8 | 箏A | 11100111101011101000111111101110100010001001101011101110100100001010100011101110100100111001011101000001 | e7ae8fee889aee90a8ee939741 |
| UHC | 箏???A | 111011101011010000111111001111110011111101000001 | eeb43f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)