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?Y | 001111110011111100111111010100010011111101011001 | 3f3f3f513f59 |
SJIS-WIN | ???Q?Y | 001111110011111100111111010100010011111101011001 | 3f3f3f513f59 |
EUC-JP | ???Q?Y | 001111110011111100111111010100010011111101011001 | 3f3f3f513f59 |
UTF-8 | 혧혙혟Q청Y | 1110110110011000101001111110110110011000100110011110110110011000100111110101000111101100101100101010110101011001 | ed98a7ed9899ed989f51ecb2ad59 |
UHC | 혧혙혟Q청Y | 11000010100011111100001010000100110000101000100101010001110000111011101101011001 | c28fc284c28951c3bb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)