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 | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 陋帷砂逡エA | 11101000100110111001101111100111100011011011101111100111100101011011010001000001 | e89b9be78dbbe795b441 |
| EUC-JP | 陋帷砂逡エA | 1110111111111011110101101110100110111010101111011110110111110101100011101011010001000001 | effbd6e9babdedf58eb441 |
| UTF-8 | 陋帷砂逡エA | 11101001100110011000101111100101101110001011011111100111101000001000001011101001100000001010000111101111101111011011010001000001 | e9998be5b8b7e7a082e980a1efbdb441 |
| UHC | 陋?砂逡?A | 110101111011000000111111110111101110001111110001111001000011111101000001 | d7b03fdee3f1e43f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)