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 | ûQnDûQnD^ | 1111101101010001100010100110111001000100111110110101000110001010011011100100010001011110 | fb518a6e44fb518a6e445e |
SJIS-WIN | ?Q?nD?Q?nD^ | 0011111101010001001111110110111001000100001111110101000100111111011011100100010001011110 | 3f513f6e443f513f6e445e |
EUC-JP | ûQ?nDûQ?nD^ | 100011111010101111100101010100010011111101101110010001001000111110101011111001010101000100111111011011100100010001011110 | 8fabe5513f6e448fabe5513f6e445e |
UTF-8 | ûQnDûQnD^ | 110000111011101101010001110000101000101001101110010001001100001110111011010100011100001010001010011011100100010001011110 | c3bb51c28a6e44c3bb51c28a6e445e |
UHC | ?Q?nD?Q?nD^ | 0011111101010001001111110110111001000100001111110101000100111111011011100100010001011110 | 3f513f6e443f513f6e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)