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 | 壓????E | 10011010110110000011111100111111001111110011111101000101 | 9ad83f3f3f3f45 |
EUC-JP | 壓????E | 11010100110110100011111100111111001111110011111101000101 | d4da3f3f3f3f45 |
UTF-8 | 壓솬솩얠롗E | 11100101101000111001001111101100100001101010110011101100100001101010100111101100100101101010000011101011101000011001011101000101 | e5a393ec86acec86a9ec96a0eba19745 |
UHC | 壓솬솩얠롗E | 1110010011100010101111001101111110111100110111101011111011101100100011101101101101000101 | e4e2bcdfbcdebeec8edb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)