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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
| SJIS-WIN | 禎?o瀞?E | 100100101111010100111111100000101000111110010011110100100011111101000101 | 92f53f828f93d23f45 |
| EUC-JP | 禎?o瀞?E | 110001001111011100111111101000111110111111000110110101000011111101000101 | c4f73fa3efc6d43f45 |
| UTF-8 | 禎꿨o瀞렚E | 11100111101001101000111011101010101111111010100011101111101111011000111111100111100000001001111011101011101000001001101001000101 | e7a68eeabfa8efbd8fe7809eeba09a45 |
| UHC | 禎꿨o瀞렚E | 1110111111101110101100101110010110100011111011111110111111100111100011101010110101000101 | efeeb2e5a3efefe78ead45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)