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 | ?開 | 001111111000101001001010 | 3f8a4a |
EUC-JP | ?開 | 001111111011001110101011 | 3fb3ab |
UTF-8 | 諒開 | 111011111010010110111101111010011001011010001011 | efa5bde9968b |
UHC | 諒開 | 11100101110100101100101111010010 | e5d2cbd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)