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 | 窈???映 | 11100010011101110011111100111111001111111000100101100110 | e2773f3f3f8966 |
EUC-JP | 窈???映 | 11100011110110000011111100111111001111111011000111000111 | e3d83f3f3fb1c7 |
UTF-8 | 窈뤷뮧짠映 | 111001111010101010001000111010111010010010110111111010111010111010100111111011001010011110100000111001101001100010100000 | e7aa88eba4b7ebaea7eca7a0e698a0 |
UHC | 窈뤷뮧짠映 | 11101001101000011000111111100101100100101011001011000010101001111110011110110001 | e9a18fe592b2c2a7e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)