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 | ÙùõçãÈ | 110110011111100111110101111001111110001111001000 | d9f9f5e7e3c8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÙùõçãÈ | 100011111010101011100011100011111010101111100011100011111010101111011000100011111010101110101110100011111010101110101010100011111010101010110010 | 8faae38fabe38fabd88fabae8fabaa8faab2 |
UTF-8 | ÙùõçãÈ | 110000111001100111000011101110011100001110110101110000111010011111000011101000111100001110001000 | c399c3b9c3b5c3a7c3a3c388 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)