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 | 11100011101011101000101110001111100011110100001101000001 | e3ae8b8f8f4341 |
| EUC-JP | 羂居修A | 11100110101100001011010111101111101111011010010001000001 | e6b0b5efbda441 |
| UTF-8 | 羂居修A | 11100111101111101000001011100101101100011000010111100100101111111010111001000001 | e7be82e5b185e4bfae41 |
| UHC | ?居修A | 001111111100101111011100111000011111001101000001 | 3fcbdce1f341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)