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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繒麥杰齬 | 1111101110001111111010100110110110011110010111101110101010010111 | fb8fea6d9e5eea97 |
EUC-JP | 繒麥杰齬 | 100011111101010011010100111100111100111011011011101111111111001111110111 | 8fd4d4f3cedbbff3f7 |
UTF-8 | 繒麥杰齬 | 111001111011100110010010111010011011101010100101111001101001110110110000111010011011110110101100 | e7b992e9baa5e69db0e9bdac |
UHC | 繒麥杰齬 | 1111000111111001110110001110101011001011111110011110010111100001 | f1f9d8eacbf9e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)