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 | 章髮章髮^ | 100011111100110111101001100110111000111111001101111010011001101101011110 | 8fcde99b8fcde99b5e |
EUC-JP | 章髮章髮^ | 101111101100111111110001111110111011111011001111111100011111101101011110 | becff1fbbecff1fb5e |
UTF-8 | 章髮章髮^ | 11100111101010111010000011101001101010111010111011100111101010111010000011101001101010111010111001011110 | e7aba0e9abaee7aba0e9abae5e |
UHC | 章髮章髮^ | 111011011111000111011011101001011110110111110001110110111010010101011110 | edf1dba5edf1dba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)