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 | ôQ | 10010111111101001001011101010001 | 97f49751 |
SJIS-WIN | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
EUC-JP | ?ô?Q | 001111111000111110101011110101000011111101010001 | 3f8fabd43f51 |
UTF-8 | ôQ | 11000010100101111100001110110100110000101001011101010001 | c297c3b4c29751 |
UHC | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)