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???s | 001111110101000100111111001111110011111101110011 | 3f513f3f3f73 |
SJIS-WIN | ?Q???s | 001111110101000100111111001111110011111101110011 | 3f513f3f3f73 |
EUC-JP | ?Q???s | 001111110101000100111111001111110011111101110011 | 3f513f3f3f73 |
UTF-8 | 혰Q혘혧혝s | 1110110110011000101100000101000111101101100110001001100011101101100110001010011111101101100110001001110101110011 | ed98b051ed9898ed98a7ed989d73 |
UHC | 혰Q혘혧혝s | 11000010100101110101000111000010100000111100001010001111110000101000011101110011 | c29751c283c28fc28773 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)