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ë« | 111010111010110110010010010100011110101110101011 | ebad9251ebab |
SJIS-WIN | ???Q?? | 001111110011111100111111010100010011111100111111 | 3f3f3f513f3f |
EUC-JP | ë??Që? | 10001111101010111011001100111111001111110101000110001111101010111011001100111111 | 8fabb33f3f518fabb33f |
UTF-8 | ëQë« | 1100001110101011110000101010110111000010100100100101000111000011101010111100001010101011 | c3abc2adc29251c3abc2ab |
UHC | ??Q?? | 00111111101000011010100100111111010100010011111100111111 | 3fa1a93f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)