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 | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| EUC-JP | 髥??A | 100011111110100111110000001111110011111101000001 | 8fe9f03f3f41 |
| UTF-8 | 髥곭뿏A | 11101001101010111010010111101010101100111010110111101011101111111000111101000001 | e9aba5eab3adebbf8f41 |
| UHC | 髥곭뿏A | 11100111101000111000000111100111100101111001010001000001 | e7a381e7979441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)