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 | 塑徠 | 10010001010110011001110001110001 | 91599c71 |
EUC-JP | 塑徠 | 11000001101110101101011111010010 | c1bad7d2 |
UTF-8 | 塑徠 | 111001011010000110010001111001011011111010100000 | e5a191e5bea0 |
UHC | 塑徠 | 11100001101100011101010111010000 | e1b1d5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)