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 | D´Qµ | 1001001001000100100100011011010010010010010100011001000110110101 | 924491b4925191b5 |
SJIS-WIN | ?D?´?Q?? | 001111110100010000111111100000010100110000111111010100010011111100111111 | 3f443f814c3f513f3f |
EUC-JP | ?D?´?Q?? | 001111110100010000111111101000011010110100111111010100010011111100111111 | 3f443fa1ad3f513f3f |
UTF-8 | D´Qµ | 1100001010010010010001001100001010010001110000101011010011000010100100100101000111000010100100011100001010110101 | c29244c291c2b4c29251c291c2b5 |
UHC | ?D?´?Q?? | 001111110100010000111111101000101010010100111111010100010011111100111111 | 3f443fa2a53f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)