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 | ?髮?髮^ | 00111111111010011001101100111111111010011001101101011110 | 3fe99b3fe99b5e |
EUC-JP | 馹髮馹髮^ | 1000111111101001101000011111000111111011100011111110100110100001111100011111101101011110 | 8fe9a1f1fb8fe9a1f1fb5e |
UTF-8 | 馹髮馹髮^ | 11101001101001101011100111101001101010111010111011101001101001101011100111101001101010111010111001011110 | e9a6b9e9abaee9a6b9e9abae5e |
UHC | 馹髮馹髮^ | 111011001111000111011011101001011110110011110001110110111010010101011110 | ecf1dba5ecf1dba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)