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 | RQVG | 1001001001010010100100100101000110010010010101101001001001000111 | 9252925192569247 |
SJIS-WIN | ?R?Q?V?G | 0011111101010010001111110101000100111111010101100011111101000111 | 3f523f513f563f47 |
EUC-JP | ?R?Q?V?G | 0011111101010010001111110101000100111111010101100011111101000111 | 3f523f513f563f47 |
UTF-8 | RQVG | 110000101001001001010010110000101001001001010001110000101001001001010110110000101001001001000111 | c29252c29251c29256c29247 |
UHC | ?R?Q?V?G | 0011111101010010001111110101000100111111010101100011111101000111 | 3f523f513f563f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)