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 | é{^^ | 1110100101111011100110100101111001011110 | e97b9a5e5e |
SJIS-WIN | ?{?^^ | 0011111101111011001111110101111001011110 | 3f7b3f5e5e |
EUC-JP | é{?^^ | 10001111101010111011000101111011001111110101111001011110 | 8fabb17b3f5e5e |
UTF-8 | é{^^ | 11000011101010010111101111000010100110100101111001011110 | c3a97bc29a5e5e |
UHC | ?{?^^ | 0011111101111011001111110101111001011110 | 3f7b3f5e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)