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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 暸薹纉E | 10011110010000011110010101010110111000111001001101000101 | 9e41e556e39345 |
EUC-JP | 暸薹纉E | 11011011101000101110100110110111111001011111001101000101 | dba2e9b7e5f345 |
UTF-8 | 暸薹纉E | 11100110100110101011100011101000100101101011100111100111101110101000100101000101 | e69ab8e896b9e7ba8945 |
UHC | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)