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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 槽?嵬嵬E | 1001000110000101001111111001101111001010100110111100101001000101 | 91853f9bca9bca45 |
EUC-JP | 槽脘嵬嵬E | 11000001111001011000111111010110101011001101011011001100110101101100110001000101 | c1e58fd6acd6ccd6cc45 |
UTF-8 | 槽脘嵬嵬E | 11100110101001111011110111101000100001001001100011100101101101011010110011100101101101011010110001000101 | e6a7bde88498e5b5ace5b5ac45 |
UHC | 槽脘嵬嵬E | 111100001100101111101000110100101110100011100011111010001110001101000101 | f0cbe8d2e8e3e8e345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)