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 | ÊÞ | 1100101011011110 | cade |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ÊÞ | 100011111010101010110100100011111010100110110000 | 8faab48fa9b0 |
UTF-8 | ÊÞ | 11000011100010101100001110011110 | c38ac39e |
UHC | ?Þ | 001111111010100010101101 | 3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)