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 | 1110011110011001101100101111101010101100100010110100001001000110 | e799b2faac8b4246 |
EUC-JP | 逋イ岦毅F | 11101101111110011000111010110010100011111011101110110011101101011010001101000110 | edf98eb28fbbb3b5a346 |
UTF-8 | 逋イ岦毅F | 11101001100000001000101111101111101111011011001011100101101100101010011011100110101011111000010101000110 | e9808befbdb2e5b2a6e6af8546 |
UHC | 逋??毅F | 11111000111001110011111100111111111010111111011001000110 | f8e73f3febf646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)