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 | 0011111100111111100011111001111101000001 | 3f3f8f9f41 |
| EUC-JP | ??勝A | 0011111100111111101111101010000101000001 | 3f3fbea141 |
| UTF-8 | 채궷勝A | 11101100101100011000010011101010101101101011011111100101100010111001110101000001 | ecb184eab6b7e58b9d41 |
| UHC | 채궷勝A | 11000011101001001011000111001100111000111010110101000001 | c3a4b1cce3ad41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)