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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 財覡 | 10001101111000001110011001001101 | 8de0e64d |
EUC-JP | 財覡 | 10111010111000101110101110101110 | bae2ebae |
UTF-8 | 財覡 | 111010001011001010100001111010001010011010100001 | e8b2a1e8a6a1 |
UHC | 財覡 | 11101110101011111100110010101111 | eeafccaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)