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 | Àèµà | 1100000011101000100011111011010111100000 | c0e88fb5e0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Àè??à | 1000111110101010101000101000111110101011101100100011111100111111100011111010101110100010 | 8faaa28fabb23f3f8faba2 |
UTF-8 | Àèµà | 11000011100000001100001110101000110000101000111111000010101101011100001110100000 | c380c3a8c28fc2b5c3a0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)