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 | 琮麥杰 | 111110110110101011101010011011011001111001011110 | fb6aea6d9e5e |
EUC-JP | 琮麥杰 | 10001111110011001011001011110011110011101101101110111111 | 8fccb2f3cedbbf |
UTF-8 | 琮麥杰 | 111001111001000010101110111010011011101010100101111001101001110110110000 | e790aee9baa5e69db0 |
UHC | 琮麥杰 | 111100001111100111011000111010101100101111111001 | f0f9d8eacbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)