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 | 蠍ケ髮ォ^ | 11100101101101101011100111101001100110111010101101011110 | e5b6b9e99bab5e |
EUC-JP | 蠍ケ髮ォ^ | 111010101011100010001110101110011111000111111011100011101010101101011110 | eab88eb9f1fb8eab5e |
UTF-8 | 蠍ケ髮ォ^ | 11101000101000001000110111101111101111011011100111101001101010111010111011101111101111011010101101011110 | e8a08defbdb9e9abaeefbdab5e |
UHC | ??髮?^ | 001111110011111111011011101001010011111101011110 | 3f3fdba53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)