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 | elelB | 100000010110010110000001011011001000000101100101100000010110110001000010 | 8165816c8165816c42 |
| SJIS-WIN | ?e?l?e?lB | 001111110110010100111111011011000011111101100101001111110110110001000010 | 3f653f6c3f653f6c42 |
| EUC-JP | ?e?l?e?lB | 001111110110010100111111011011000011111101100101001111110110110001000010 | 3f653f6c3f653f6c42 |
| UTF-8 | elelB | 11000010100000010110010111000010100000010110110011000010100000010110010111000010100000010110110001000010 | c28165c2816cc28165c2816c42 |
| UHC | ?e?l?e?lB | 001111110110010100111111011011000011111101100101001111110110110001000010 | 3f653f6c3f653f6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)