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 | ßõ | 1101111111110101 | dff5 |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ßõ | 100011111010100111001110100011111010101111011000 | 8fa9ce8fabd8 |
UTF-8 | ßõ | 11000011100111111100001110110101 | c39fc3b5 |
UHC | ß? | 101010011010110000111111 | a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)