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?Q?c | 001111110110001100111111010100010011111101100011 | 3f633f513f63 |
SJIS-WIN | ?c?Q?c | 001111110110001100111111010100010011111101100011 | 3f633f513f63 |
EUC-JP | ?c?Q?c | 001111110110001100111111010100010011111101100011 | 3f633f513f63 |
UTF-8 | 묧c묧Q묧c | 111010111010110010100111011000111110101110101100101001110101000111101011101011001010011101100011 | ebaca763ebaca751ebaca763 |
UHC | 묧c묧Q묧c | 100100011111111001100011100100011111111001010001100100011111111001100011 | 91fe6391fe5191fe63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)