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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | ??ケ∫A | 00111111001111111000001101010000100000011110011101000001 | 3f3f835081e741 |
| EUC-JP | ??ケ∫A | 00111111001111111010010110110001101000101110100101000001 | 3f3fa5b1a2e941 |
| UTF-8 | 룶츕ケ∫A | 11101011101000111011011011101100101110001001010111100011100000101011000111100010100010001010101101000001 | eba3b6ecb895e382b1e288ab41 |
| UHC | 룶츕ケ∫A | 100011111010101110101110100011111010101110110001101000011111001001000001 | 8fabae8fabb1a1f241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)