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 | 裳髮裳髮^ | 100011111101011011101001100110111000111111010110111010011001101101011110 | 8fd6e99b8fd6e99b5e |
EUC-JP | 裳髮裳髮^ | 101111101101100011110001111110111011111011011000111100011111101101011110 | bed8f1fbbed8f1fb5e |
UTF-8 | 裳髮裳髮^ | 11101000101000111011001111101001101010111010111011101000101000111011001111101001101010111010111001011110 | e8a3b3e9abaee8a3b3e9abae5e |
UHC | 裳髮裳髮^ | 110111111101011111011011101001011101111111010111110110111010010101011110 | dfd7dba5dfd7dba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)