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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 澱???? | 100100110110001000111111001111110011111100111111 | 93623f3f3f3f |
EUC-JP | 澱???? | 110001011100001100111111001111110011111100111111 | c5c33f3f3f3f |
UTF-8 | 澱렮欌렔杻 | 111001101011111010110001111010111010000010101110111001101010110010001100111010111010000010010100111011111010011110001000 | e6beb1eba0aee6ac8ceba094efa788 |
UHC | 澱렮欌렔杻 | 11101110111111101000111010111011111011011110101110001110101010011110101011110100 | eefe8ebbedeb8ea9eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)