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 | ?`h?` | 0011111101100000011010000011111101100000 | 3f60683f60 |
SJIS-WIN | ?`h?` | 0011111101100000011010000011111101100000 | 3f60683f60 |
EUC-JP | ?`h?` | 0011111101100000011010000011111101100000 | 3f60683f60 |
UTF-8 | 혶`h혶` | 111011011001100010110110011000000110100011101101100110001011011001100000 | ed98b66068ed98b660 |
UHC | 혶`h혶` | 11000010100111010110000001101000110000101001110101100000 | c29d6068c29d60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)