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 | CºQO | 1001001001000011100100011011101010010010010100011001001001001111 | 924391ba9251924f |
SJIS-WIN | ?C???Q?O | 0011111101000011001111110011111100111111010100010011111101001111 | 3f433f3f3f513f4f |
EUC-JP | ?C?º?Q?O | 00111111010000110011111110001111101000101110101100111111010100010011111101001111 | 3f433f8fa2eb3f513f4f |
UTF-8 | CºQO | 11000010100100100100001111000010100100011100001010111010110000101001001001010001110000101001001001001111 | c29243c291c2bac29251c2924f |
UHC | ?C?º?Q?O | 001111110100001100111111101010001010110000111111010100010011111101001111 | 3f433fa8ac3f513f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)