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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?◇?●^ | 00111111100000011001111000111111100000011001110001011110 | 3f819e3f819c5e |
EUC-JP | 勖◇勖●^ | 1000111110110011111011011010000111111110100011111011001111101101101000011111110001011110 | 8fb3eda1fe8fb3eda1fc5e |
UTF-8 | 勖◇勖●^ | 11100101100010111001011011100010100101111000011111100101100010111001011011100010100101111000111101011110 | e58b96e29787e58b96e2978f5e |
UHC | 勖◇勖●^ | 111010011110110110100001110111101110100111101101101000011101110001011110 | e9eda1dee9eda1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)