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 | 蠍ク雉ェ^ | 11100101101101101011100011101000101100111010101001011110 | e5b6b8e8b3aa5e |
EUC-JP | 蠍ク雉ェ^ | 111010101011100010001110101110001111000010110101100011101010101001011110 | eab88eb8f0b58eaa5e |
UTF-8 | 蠍ク雉ェ^ | 11101000101000001000110111101111101111011011100011101001100110111000100111101111101111011010101001011110 | e8a08defbdb8e99b89efbdaa5e |
UHC | ??雉?^ | 001111110011111111110110110010110011111101011110 | 3f3ff6cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)