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 | Í°QÓ£Q | 110011011011000001010001110100111010001101010001 | cdb051d3a351 |
SJIS-WIN | ?°Q?£Q | 0011111110000001100010110101000100111111100000011001001001010001 | 3f818b513f819251 |
EUC-JP | Í°QÓ£Q | 100011111010101010111111101000011110101101010001100011111010101011010001101000011111001001010001 | 8faabfa1eb518faad1a1f251 |
UTF-8 | Í°QÓ£Q | 11000011100011011100001010110000010100011100001110010011110000101010001101010001 | c38dc2b051c393c2a351 |
UHC | ?°Q??Q | 00111111101000011100011001010001001111110011111101010001 | 3fa1c6513f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)