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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 鄂[鄂[^ | 11100111101111010101101111100111101111010101101101011110 | e7bd5be7bd5b5e |
EUC-JP | 鄂[鄂[^ | 11101110101111110101101111101110101111110101101101011110 | eebf5beebf5b5e |
UTF-8 | 鄂[鄂[^ | 111010011000010010000010010110111110100110000100100000100101101101011110 | e984825be984825b5e |
UHC | 鄂[鄂[^ | 11100100110001110101101111100100110001110101101101011110 | e4c75be4c75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)