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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渼、鮠オ^ | 11111011010010011010010011101001101111001011010101011110 | fb49a4e9bcb55e |
EUC-JP | 渼、鮠オ^ | 10001111110001111111000010001110101001001111001010111110100011101011010101011110 | 8fc7f08ea4f2be8eb55e |
UTF-8 | 渼、鮠オ^ | 11100110101110001011110011101111101111011010010011101001101011101010000011101111101111011011010101011110 | e6b8bcefbda4e9aea0efbdb55e |
UHC | 渼???^ | 110110101011010000111111001111110011111101011110 | dab43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)