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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 邯画悽逶サ | 111001111011011010001001111001101001110010101100111001111001101110111011 | e7b689e69cace79bbb |
| EUC-JP | 邯画悽逶サ | 11101110101110001011001011101000110110001010111011101101111110111000111010111011 | eeb8b2e8d8aeedfb8ebb |
| UTF-8 | 邯画悽逶サ | 111010011000001010101111111001111001010010111011111001101000001010111101111010011000000010110110111011111011110110111011 | e982afe794bbe682bde980b6efbdbb |
| UHC | 邯?悽?? | 11001010111110110011111111110100101001000011111100111111 | cafb3ff4a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)