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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 驤エ驤エF | 11101001100010001011010011101001100010001011010001000110 | e988b4e988b446 |
EUC-JP | 驤エ驤エF | 111100011110100010001110101101001111000111101000100011101011010001000110 | f1e88eb4f1e88eb446 |
UTF-8 | 驤エ驤エF | 11101001101010011010010011101111101111011011010011101001101010011010010011101111101111011011010001000110 | e9a9a4efbdb4e9a9a4efbdb446 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)