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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 螫ェ豢溷」シ | 111001011010110010101010111001101011010010011111111001011010001110111100 | e5acaae6b49fe5a3bc |
| EUC-JP | 螫ェ豢溷」シ | 111010101010111010001110101010101110110010110110110111101110011110001110101000111000111010111100 | eaae8eaaecb6dee78ea38ebc |
| UTF-8 | 螫ェ豢溷」シ | 111010001001111010101011111011111011110110101010111010001011000110100010111001101011101010110111111011111011110110100011111011111011110110111100 | e89eabefbdaae8b1a2e6bab7efbda3efbdbc |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)