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 | ®NQ¯ | 1001000110101110100100100100111010010010010100011001000110101111 | 91ae924e925191af |
SJIS-WIN | ???N?Q?? | 0011111100111111001111110100111000111111010100010011111100111111 | 3f3f3f4e3f513f3f |
EUC-JP | ?®?N?Q?¯ | 001111111000111110100010111011100011111101001110001111110101000100111111100011111010001010110100 | 3f8fa2ee3f4e3f513f8fa2b4 |
UTF-8 | ®NQ¯ | 1100001010010001110000101010111011000010100100100100111011000010100100100101000111000010100100011100001010101111 | c291c2aec2924ec29251c291c2af |
UHC | ?®?N?Q?? | 001111111010001011100111001111110100111000111111010100010011111100111111 | 3fa2e73f4e3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)