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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 駭?y駭?yB | 111010010110111000111111011110011110100101101110001111110111100101000010 | e96e3f79e96e3f7942 |
EUC-JP | 駭?y駭?yB | 111100011100111100111111011110011111000111001111001111110111100101000010 | f1cf3f79f1cf3f7942 |
UTF-8 | 駭₄y駭₄yB | 111010011010011110101101111000101000001010000100011110011110100110100111101011011110001010000010100001000111100101000010 | e9a7ade2828479e9a7ade282847942 |
UHC | 駭₄y駭₄yB | 1111101010110100101010011111111001111001111110101011010010101001111111100111100101000010 | fab4a9fe79fab4a9fe7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)