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 | 荏髮荏髮^ | 100010010110000011101001100110111000100101100000111010011001101101011110 | 8960e99b8960e99b5e |
EUC-JP | 荏髮荏髮^ | 101100011100000111110001111110111011000111000001111100011111101101011110 | b1c1f1fbb1c1f1fb5e |
UTF-8 | 荏髮荏髮^ | 11101000100011011000111111101001101010111010111011101000100011011000111111101001101010111010111001011110 | e88d8fe9abaee88d8fe9abae5e |
UHC | 荏髮荏髮^ | 111011001111101111011011101001011110110011111011110110111010010101011110 | ecfbdba5ecfbdba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)