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 | 芻器蒐絏 | 1110010010001101100010101110110110001111010011101110001101010001 | e48d8aed8f4ee351 |
EUC-JP | 芻器蒐絏 | 1110011111101101101101001110111110111101101011111110010110110010 | e7edb4efbdafe5b2 |
UTF-8 | 芻器蒐絏 | 111010001000101010111011111001011001100110101000111010001001001010010000111001111011010110001111 | e88abbe599a8e89290e7b58f |
UHC | 芻器蒐? | 11110101110101101101000011101111111000101011110100111111 | f5d6d0efe2bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)