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 | 遶ェ蛛エ螟 | 1110011110101011101010101110010110000001101101001110010110100100 | e7abaae581b4e5a4 |
| EUC-JP | 遶ェ蛛エ螟 | 11101110101011011000111010101010111010011110000110001110101101001110101010100110 | eead8eaae9e18eb4eaa6 |
| UTF-8 | 遶ェ蛛エ螟 | 111010011000000110110110111011111011110110101010111010001001101110011011111011111011110110110100111010001001111010011111 | e981b6efbdaae89b9befbdb4e89e9f |
| UHC | ??蛛?螟 | 00111111001111111111000111001000001111111101100110101101 | 3f3ff1c83fd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)