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