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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姚η? | 1001101101001100100000111100010100111111 | 9b4c83c53f |
EUC-JP | 姚η? | 1101010110101101101001101100011100111111 | d5ada6c73f |
UTF-8 | 姚η쑬 | 1110010110100111100110101100111010110111111011001001000110101100 | e5a79aceb7ec91ac |
UHC | 姚η쑬 | 111010001110111010100101111001111011111010101000 | e8eea5e7bea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)