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 | 鶯ы??? | 11101001111100101000010010001101001111110011111100111111 | e9f2848d3f3f3f |
| EUC-JP | 鶯ы?靷? | 111100101111010010100111111011010011111110001111111001111011110100111111 | f2f4a7ed3f8fe7bd3f |
| UTF-8 | 鶯ы쓼靷륛 | 1110100110110110101011111101000110001011111011001001001110111100111010011001110110110111111010111010010110011011 | e9b6afd18bec93bce99db7eba59b |
| UHC | 鶯ы쓼靷륛 | 11100101101000111010110011101101100111011001011111101100111001101001000001000010 | e5a3aced9d97ece69042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)