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 | QZQ±^ | 100100100101000110010010010110101001001001010001100100011011000101011110 | 9251925a925191b15e |
SJIS-WIN | ?Q?Z?Q?±^ | 00111111010100010011111101011010001111110101000100111111100000010111110101011110 | 3f513f5a3f513f817d5e |
EUC-JP | ?Q?Z?Q?±^ | 00111111010100010011111101011010001111110101000100111111101000011101111001011110 | 3f513f5a3f513fa1de5e |
UTF-8 | QZQ±^ | 1100001010010010010100011100001010010010010110101100001010010010010100011100001010010001110000101011000101011110 | c29251c2925ac29251c291c2b15e |
UHC | ?Q?Z?Q?±^ | 00111111010100010011111101011010001111110101000100111111101000011011111001011110 | 3f513f5a3f513fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)