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 | ?W?T?Q?IU | 001111110101011100111111010101000011111101010001001111110100100101010101 | 3f573f543f513f4955 |
SJIS-WIN | ?W?T?Q?IU | 001111110101011100111111010101000011111101010001001111110100100101010101 | 3f573f543f513f4955 |
EUC-JP | ?W?T?Q?IU | 001111110101011100111111010101000011111101010001001111110100100101010101 | 3f573f543f513f4955 |
UTF-8 | 혪W혪T혪Q혪IU | 1110110110011000101010100101011111101101100110001010101001010100111011011001100010101010010100011110110110011000101010100100100101010101 | ed98aa57ed98aa54ed98aa51ed98aa4955 |
UHC | 혪W혪T혪Q혪IU | 11000010100100100101011111000010100100100101010011000010100100100101000111000010100100100100100101010101 | c29257c29254c29251c2924955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)