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 | 11100111111011001000100111100011100000101000111111100111111001011010110101000101 | e7ec89e3828fe7e5ad45 |
| EUC-JP | 銕峨o鈑ュE | 1110111011101110101100101110010110100011111011111110111011100111100011101010110101000101 | eeeeb2e5a3efeee78ead45 |
| UTF-8 | 銕峨o鈑ュE | 11101001100010101001010111100101101100111010100011101111101111011000111111101001100010001001000111101111101111011010110101000101 | e98a95e5b3a8efbd8fe98891efbdad45 |
| UHC | ?峨o鈑?E | 001111111110010010110001101000111110111111110111111111100011111101000101 | 3fe4b1a3eff7fe3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)