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