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 | 110111111111111001000101 | dffe45 |
SJIS-WIN | ??E | 001111110011111101000101 | 3f3f45 |
EUC-JP | ßþE | 10001111101010011100111010001111101010011101000001000101 | 8fa9ce8fa9d045 |
UTF-8 | ßþE | 1100001110011111110000111011111001000101 | c39fc3be45 |
UHC | ßþE | 1010100110101100101010011010110101000101 | a9aca9ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)