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^ | 001111110011111100111111010000000110001101011110 | 3f3f3f40635e |
SJIS-WIN | @c^ | 111101111010100111110000111011111111001110110101010000000110001101011110 | f7a9f0eff3b540635e |
EUC-JP | ???@c^ | 001111110011111100111111010000000110001101011110 | 3f3f3f40635e |
UTF-8 | @c^ | 111011101001011010001100111011101000001010101110111011101000101010101000010000000110001101011110 | ee968cee82aeee8aa840635e |
UHC | ???@c^ | 001111110011111100111111010000000110001101011110 | 3f3f3f40635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)