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 | åý´û | 11100101111111011011010011111011 | e5fdb4fb |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | åý´û | 1000111110101011101010011000111110101011111100101010000110101101100011111010101111100101 | 8faba98fabf2a1ad8fabe5 |
UTF-8 | åý´û | 1100001110100101110000111011110111000010101101001100001110111011 | c3a5c3bdc2b4c3bb |
UHC | ??´? | 0011111100111111101000101010010100111111 | 3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)