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 | 絎ル悪觚 | 1110001101001101100000111000101110001000101010111110011001010111 | e34d838b88abe657 |
EUC-JP | 絎ル悪觚 | 1110010110101110101001011110101110110000101011011110101110111000 | e5aea5ebb0adebb8 |
UTF-8 | 絎ル悪觚 | 111001111011010110001110111000111000001110101011111001101000001010101010111010001010011110011010 | e7b58ee383abe682aae8a79a |
UHC | ?ル?? | 0011111110101011111010110011111100111111 | 3fabeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)