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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 縊?縊?B | 11100011011011110011111111100011011011110011111101000010 | e36f3fe36f3f42 |
EUC-JP | 縊?縊?B | 11100101110100000011111111100101110100000011111101000010 | e5d03fe5d03f42 |
UTF-8 | 縊챱縊챱B | 11100111101110001000101011101100101100011011000111100111101110001000101011101100101100011011000101000010 | e7b88aecb1b1e7b88aecb1b142 |
UHC | 縊챱縊챱B | 111001001111110010101010011110011110010011111100101010100111100101000010 | e4fcaa79e4fcaa7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)