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ç | 111110110101000110001001111001111001111110000110 | fb5189e79f86 |
SJIS-WIN | ?Q???? | 001111110101000100111111001111110011111100111111 | 3f513f3f3f3f |
EUC-JP | ûQ?ç?? | 10001111101010111110010101010001001111111000111110101011101011100011111100111111 | 8fabe5513f8fabae3f3f |
UTF-8 | ûQç | 1100001110111011010100011100001010001001110000111010011111000010100111111100001010000110 | c3bb51c289c3a7c29fc286 |
UHC | ?Q???? | 001111110101000100111111001111110011111100111111 | 3f513f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)