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¿ûQ | 111110110101000110001110101111111111101101010001 | fb518ebffb51 |
SJIS-WIN | ?Q???Q | 001111110101000100111111001111110011111101010001 | 3f513f3f3f51 |
EUC-JP | ûQ?¿ûQ | 100011111010101111100101010100010011111110001111101000101100010010001111101010111110010101010001 | 8fabe5513f8fa2c48fabe551 |
UTF-8 | ûQ¿ûQ | 11000011101110110101000111000010100011101100001010111111110000111011101101010001 | c3bb51c28ec2bfc3bb51 |
UHC | ?Q?¿?Q | 00111111010100010011111110100010101011110011111101010001 | 3f513fa2af3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)