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 | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | 涌怐A | 1001011101001111100111001000000101000001 | 974f9c8141 |
| EUC-JP | 涌怐A | 1100110110110000110101111110000101000001 | cdb0d7e141 |
| UTF-8 | 涌怐A | 11100110101101101000110011100110100000001001000001000001 | e6b68ce6809041 |
| UHC | 涌?A | 11101001101111110011111101000001 | e9bf3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)