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???_ | 0011111100111111001111110101000100111111001111110011111101011111 | 3f3f3f513f3f3f5f |
SJIS-WIN | ???Q???_ | 0011111100111111001111110101000100111111001111110011111101011111 | 3f3f3f513f3f3f5f |
EUC-JP | ???Q???_ | 0011111100111111001111110101000100111111001111110011111101011111 | 3f3f3f513f3f3f5f |
UTF-8 | 혧짤횁Q혧짤횁_ | 1110110110011000101001111110110010100111101001001110110110011010100000010101000111101101100110001010011111101100101001111010010011101101100110101000000101011111 | ed98a7eca7a4ed9a8151ed98a7eca7a4ed9a815f |
UHC | 혧짤횁Q혧짤횁_ | 1100001010001111110000101010100111000011100000010101000111000010100011111100001010101001110000111000000101011111 | c28fc2a9c38151c28fc2a9c3815f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)