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 | 儼??Ь豫 | 1001100101010110001111110011111110000100010111011001100010101100 | 99563f3f845d98ac |
EUC-JP | 儼??Ь豫 | 1101000110110111001111110011111110100111101111101101000010101110 | d1b73f3fa7bed0ae |
UTF-8 | 儼벿띕Ь豫 | 1110010110000100101111001110101110110010101111111110101110011101100101011101000010101100111010001011000110101011 | e584bcebb2bfeb9d95d0ace8b1ab |
UHC | 儼벿띕Ь豫 | 11100101111100001001001111001110101101101110101110101100101111101110011111100011 | e5f093ceb6ebacbee7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)