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 | 隕ゥ隕貰 | 11101000101001101010100111101000101001101001011011100001 | e8a6a9e8a696e1 |
EUC-JP | 隕ゥ隕貰 | 1111000010101000100011101010100111110000101010001100110011100011 | f0a88ea9f0a8cce3 |
UTF-8 | 隕ゥ隕貰 | 111010011001101010010101111011111011110110101001111010011001101010010101111010001011001010110000 | e99a95efbda9e99a95e8b2b0 |
UHC | 隕?隕貰 | 11101010101000100011111111101010101000101110000110101110 | eaa23feaa2e1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)