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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
| SJIS-WIN | 涌E涌EB | 10010111010011110100010110010111010011110100010101000010 | 974f45974f4542 |
| EUC-JP | 涌E涌EB | 11001101101100000100010111001101101100000100010101000010 | cdb045cdb04542 |
| UTF-8 | 涌E涌EB | 111001101011011010001100010001011110011010110110100011000100010101000010 | e6b68c45e6b68c4542 |
| UHC | 涌E涌EB | 11101001101111110100010111101001101111110100010101000010 | e9bf45e9bf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)