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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠕ェ諠。譬箪 | 11100101101111101010101011100110100000111010000111100110101000001001001001011100 | e5beaae683a1e6a0925c |
EUC-JP | 蠕ェ諠。譬箪 | 111010101100000010001110101010101110101111100011100011101010000111101100101000101100001110111101 | eac08eaaebe38ea1eca2c3bd |
UTF-8 | 蠕ェ諠。譬箪 | 111010001010000010010101111011111011110110101010111010001010101110100000111011111011110110100001111010001010110110101100111001111010111010101010 | e8a095efbdaae8aba0efbda1e8adace7aeaa |
UHC | ????譬? | 00111111001111110011111100111111110111101010011100111111 | 3f3f3f3fdea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)