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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賊賂?蓬 | 10010001101011111001100001000111001111111001011001001000 | 91af98473f9648 |
EUC-JP | 賊賂?蓬 | 11000010101100011100111110101000001111111100101110101001 | c2b1cfa83fcba9 |
UTF-8 | 賊賂렱蓬 | 111010001011001110001010111010001011001110000010111010111010000010110001111010001001001110101100 | e8b38ae8b382eba0b1e893ac |
UHC | 賊賂렱蓬 | 1110111011100100110101101111000110001110101111101101110011101111 | eee4d6f18ebedcef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)