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 | 塑楯 | 10010001010110011000111101111100 | 91598f7c |
EUC-JP | 塑楯 | 11000001101110101011110111011101 | c1babddd |
UTF-8 | 塑楯 | 111001011010000110010001111001101010010110101111 | e5a191e6a5af |
UHC | 塑楯 | 11100001101100011110001011100100 | e1b1e2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)