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 | èùè²çß | 1110100011111001100011101110100010000010101100101110011111011111 | e8f98ee882b2e7df |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èù?è??çß | 100011111010101110110010100011111010101111100011001111111000111110101011101100100011111100111111100011111010101110101110100011111010100111001110 | 8fabb28fabe33f8fabb23f3f8fabae8fa9ce |
UTF-8 | èùè²çß | 11000011101010001100001110111001110000101000111011000011101010001100001010000010110000101011001011000011101001111100001110011111 | c3a8c3b9c28ec3a8c282c2b2c3a7c39f |
UHC | ?????²?ß | 00111111001111110011111100111111001111111010100111110111001111111010100110101100 | 3f3f3f3f3fa9f73fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)