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 | 邀能 | 11100111101100011001010001011100 | e7b1945c |
EUC-JP | 邀能 | 11101110101100111100011110111101 | eeb3c7bd |
UTF-8 | 邀能 | 111010011000001010000000111010001000001110111101 | e98280e883bd |
UHC | 邀能 | 11101001101011011101001011110110 | e9add2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)