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 | 螫ェ豢溷」 | 1110010110101100101010101110011010110100100111111110010110100011 | e5acaae6b49fe5a3 |
| EUC-JP | 螫ェ豢溷」 | 11101010101011101000111010101010111011001011011011011110111001111000111010100011 | eaae8eaaecb6dee78ea3 |
| UTF-8 | 螫ェ豢溷」 | 111010001001111010101011111011111011110110101010111010001011000110100010111001101011101010110111111011111011110110100011 | e89eabefbdaae8b1a2e6bab7efbda3 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)