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 | 1110101010000111001111110011111101000001 | ea873f3f41 |
| EUC-JP | 鼇??A | 1111001111100111001111110011111101000001 | f3e73f3f41 |
| UTF-8 | 鼇쇽쉥A | 11101001101111001000011111101100100001111011110111101100100010011010010101000001 | e9bc87ec87bdec89a541 |
| UHC | 鼇쇽쉥A | 11101000101010001011110011101111101111011010101101000001 | e8a8bcefbdab41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)