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 | 螂ェ菫玲據 | 111001011010010110101010111001001011111110010111111001101001110110011111 | e5a5aae4bf97e69d9f |
| EUC-JP | 螂ェ菫玲據 | 11101010101001111000111010101010111010001100000111001110111010001101101010100001 | eaa78eaae8c1cee8daa1 |
| UTF-8 | 螂ェ菫玲據 | 111010001001111010000010111011111011110110101010111010001000111110101011111001111000111010110010111001101001001110011010 | e89e82efbdaae88fabe78eb2e6939a |
| UHC | 螂?菫玲據 | 110101011100110000111111110100001100101111010110101111001100101111100000 | d5cc3fd0cbd6bccbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)