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 | ëø»c^ | 111010111111100010001110101110110110001101011110 | ebf88ebb635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ëø??c^ | 10001111101010111011001110001111101010011100110000111111001111110110001101011110 | 8fabb38fa9cc3f3f635e |
UTF-8 | ëø»c^ | 11000011101010111100001110111000110000101000111011000010101110110110001101011110 | c3abc3b8c28ec2bb635e |
UHC | ?ø??c^ | 00111111101010011010101000111111001111110110001101011110 | 3fa9aa3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)