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 | ?_?_E | 0011111101011111001111110101111101000101 | 3f5f3f5f45 |
SJIS-WIN | 蜍_蜍_E | 11100101100010110101111111100101100010110101111101000101 | e58b5fe58b5f45 |
EUC-JP | 蜍_蜍_E | 11101001111010110101111111101001111010110101111101000101 | e9eb5fe9eb5f45 |
UTF-8 | 蜍_蜍_E | 111010001001110010001101010111111110100010011100100011010101111101000101 | e89c8d5fe89c8d5f45 |
UHC | ?_?_E | 0011111101011111001111110101111101000101 | 3f5f3f5f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)