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 | FQªH | 1001001001000110100100100101000110010001101010101001001001001000 | 9246925191aa9248 |
SJIS-WIN | ?F?Q???H | 0011111101000110001111110101000100111111001111110011111101001000 | 3f463f513f3f3f48 |
EUC-JP | ?F?Q?ª?H | 00111111010001100011111101010001001111111000111110100010111011000011111101001000 | 3f463f513f8fa2ec3f48 |
UTF-8 | FQªH | 11000010100100100100011011000010100100100101000111000010100100011100001010101010110000101001001001001000 | c29246c29251c291c2aac29248 |
UHC | ?F?Q?ª?H | 001111110100011000111111010100010011111110101000101000110011111101001000 | 3f463f513fa8a33f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)