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 | é`Õ^ | 1110100101100000100011001101010101011110 | e9608cd55e |
SJIS-WIN | ?`??^ | 0011111101100000001111110011111101011110 | 3f603f3f5e |
EUC-JP | é`?Õ^ | 100011111010101110110001011000000011111110001111101010101101100001011110 | 8fabb1603f8faad85e |
UTF-8 | é`Õ^ | 1100001110101001011000001100001010001100110000111001010101011110 | c3a960c28cc3955e |
UHC | ?`??^ | 0011111101100000001111110011111101011110 | 3f603f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)