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 | Àåóùó | 1100000011100101111100111111100111110011 | c0e5f3f9f3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Àåóùó | 100011111010101010100010100011111010101110101001100011111010101111010001100011111010101111100011100011111010101111010001 | 8faaa28faba98fabd18fabe38fabd1 |
UTF-8 | Àåóùó | 11000011100000001100001110100101110000111011001111000011101110011100001110110011 | c380c3a5c3b3c3b9c3b3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)