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 | GQRä· | 1001001001000111100100100101000110010010010100101110010010110111 | 924792519252e4b7 |
SJIS-WIN | ?G?Q?R?? | 0011111101000111001111110101000100111111010100100011111100111111 | 3f473f513f523f3f |
EUC-JP | ?G?Q?Rä? | 00111111010001110011111101010001001111110101001010001111101010111010001100111111 | 3f473f513f528faba33f |
UTF-8 | GQRä· | 11000010100100100100011111000010100100100101000111000010100100100101001011000011101001001100001010110111 | c29247c29251c29252c3a4c2b7 |
UHC | ?G?Q?R?· | 001111110100011100111111010100010011111101010010001111111010000110100100 | 3f473f513f523fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)