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