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 | ûQvûQv^ | 111110110101000110001010011101101111101101010001100010100111011001011110 | fb518a76fb518a765e |
SJIS-WIN | ?Q?v?Q?v^ | 001111110101000100111111011101100011111101010001001111110111011001011110 | 3f513f763f513f765e |
EUC-JP | ûQ?vûQ?v^ | 10001111101010111110010101010001001111110111011010001111101010111110010101010001001111110111011001011110 | 8fabe5513f768fabe5513f765e |
UTF-8 | ûQvûQv^ | 11000011101110110101000111000010100010100111011011000011101110110101000111000010100010100111011001011110 | c3bb51c28a76c3bb51c28a765e |
UHC | ?Q?v?Q?v^ | 001111110101000100111111011101100011111101010001001111110111011001011110 | 3f513f763f513f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)