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 | ÂPÂQ | 110000101001001001010000110000101001001001010001 | c29250c29251 |
| SJIS-WIN | ??P??Q | 001111110011111101010000001111110011111101010001 | 3f3f503f3f51 |
| EUC-JP | Â?PÂ?Q | 10001111101010101010010000111111010100001000111110101010101001000011111101010001 | 8faaa43f508faaa43f51 |
| UTF-8 | ÂPÂQ | 11000011100000101100001010010010010100001100001110000010110000101001001001010001 | c382c29250c382c29251 |
| UHC | ??P??Q | 001111110011111101010000001111110011111101010001 | 3f3f503f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)