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 | 邂臭邂臭^ | 111001111010111010001111010011001110011110101110100011110100110001011110 | e7ae8f4ce7ae8f4c5e |
EUC-JP | 邂臭邂臭^ | 111011101011000010111101101011011110111010110000101111011010110101011110 | eeb0bdadeeb0bdad5e |
UTF-8 | 邂臭邂臭^ | 11101001100000101000001011101000100001111010110111101001100000101000001011101000100001111010110101011110 | e98282e887ade98282e887ad5e |
UHC | 邂臭邂臭^ | 111110101011001111110110101010111111101010110011111101101010101101011110 | fab3f6abfab3f6ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)