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 | 蒿梧浬藜乗 | 11100100111001001000110011100110100010100101110011100101010110111000111111100110 | e4e48ce68a5ce55b8fe6 |
| EUC-JP | 蒿梧浬藜乗 | 11101000111001101011100011101000101100111011110111101001101111001011111011101000 | e8e6b8e8b3bde9bcbee8 |
| UTF-8 | 蒿梧浬藜乗 | 111010001001001010111111111001101010001010100111111001101011010110101100111010001001011110011100111001001011100110010111 | e892bfe6a2a7e6b5ace8979ce4b997 |
| UHC | 蒿梧浬藜? | 111110111101101011100111111111001101011111011111110101011110110100111111 | fbdae7fcd7dfd5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)