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 | 111100001100101111101000110100101110100011100011111010001110001101000101 | f0cbe8d2e8e3e8e345 |
EUC-JP | ?靨鞳鞳E | 0011111111110000110101001111000011100101111100001110010101000101 | 3ff0d4f0e5f0e545 |
UTF-8 | 靨鞳鞳E | 11101110100000101000101011101001100111011010100011101001100111101011001111101001100111101011001101000101 | ee828ae99da8e99eb3e99eb345 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)