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 | 乂?? | 10011000101001110011111100111111 | 98a73f3f |
EUC-JP | 乂?? | 11010000101010010011111100111111 | d0a93f3f |
UTF-8 | 乂룫깰 | 111001001011100110000010111010111010001110101011111010101011100110110000 | e4b982eba3abeab9b0 |
UHC | 乂룫깰 | 111001111101000110001111101000101011000111111101 | e7d18fa2b1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)