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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 儼???潁 | 10011001010101100011111100111111001111111001111111110001 | 99563f3f3f9ff1 |
EUC-JP | 儼???潁 | 11010001101101110011111100111111001111111101111011110011 | d1b73f3f3fdef3 |
UTF-8 | 儼벿띤뜙潁 | 111001011000010010111100111010111011001010111111111010111001110110100100111010111001110010011001111001101011110110000001 | e584bcebb2bfeb9da4eb9c99e6bd81 |
UHC | 儼벿띤뜙潁 | 11100101111100001001001111001110101101101110110110001101100111001110011110111000 | e5f093ceb6ed8d9ce7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)