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çh | 11111011010100011000100111100111100111101001111001101000 | fb5189e79e9e68 |
SJIS-WIN | ?Q????h | 00111111010100010011111100111111001111110011111101101000 | 3f513f3f3f3f68 |
EUC-JP | ûQ?ç??h | 1000111110101011111001010101000100111111100011111010101110101110001111110011111101101000 | 8fabe5513f8fabae3f3f68 |
UTF-8 | ûQçh | 110000111011101101010001110000101000100111000011101001111100001010011110110000101001111001101000 | c3bb51c289c3a7c29ec29e68 |
UHC | ?Q????h | 00111111010100010011111100111111001111110011111101101000 | 3f513f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)