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 | DQ¶Y | 1001001001000100100100100101000110010001101101101001001001011001 | 9244925191b69259 |
SJIS-WIN | ?D?Q?¶?Y | 001111110100010000111111010100010011111110000001111101110011111101011001 | 3f443f513f81f73f59 |
EUC-JP | ?D?Q?¶?Y | 001111110100010000111111010100010011111110100010111110010011111101011001 | 3f443f513fa2f93f59 |
UTF-8 | DQ¶Y | 11000010100100100100010011000010100100100101000111000010100100011100001010110110110000101001001001011001 | c29244c29251c291c2b6c29259 |
UHC | ?D?Q?¶?Y | 001111110100010000111111010100010011111110100010110100100011111101011001 | 3f443f513fa2d23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)