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 | ßþF | 110111111111111001000110 | dffe46 |
SJIS-WIN | ??F | 001111110011111101000110 | 3f3f46 |
EUC-JP | ßþF | 10001111101010011100111010001111101010011101000001000110 | 8fa9ce8fa9d046 |
UTF-8 | ßþF | 1100001110011111110000111011111001000110 | c39fc3be46 |
UHC | ßþF | 1010100110101100101010011010110101000110 | a9aca9ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)