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 | 宣楔 | 10010000111010011001111010110110 | 90e99eb6 |
EUC-JP | 宣楔 | 11000000111010111101110010111000 | c0ebdcb8 |
UTF-8 | 宣楔 | 111001011010111010100011111001101010010110010100 | e5aea3e6a594 |
UHC | 宣楔 | 11100000101111101110000011011011 | e0bee0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)