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 | àË? | 111000001100101100111111 | e0cb3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | àËđ | 100011111010101110100010100011111010101010110011100011111010100111000010 | 8faba28faab38fa9c2 |
UTF-8 | àËđ | 110000111010000011000011100010111100010010010001 | c3a0c38bc491 |
UHC | ??đ | 00111111001111111010100110100010 | 3f3fa9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)