To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ŽRŽ^[ŽRŽ^[^ 100011101000110101010010100011101000110101011110010110111000111010001101010100101000111010001101010111100101101101011110 8e8d528e8d5e5b8e8d528e8d5e5b5e
SJIS-WIN ??R??^[??R??^[^ 001111110011111101010010001111110011111101011110010110110011111100111111010100100011111100111111010111100101101101011110 3f3f523f3f5e5b3f3f523f3f5e5b5e
EUC-JP ??R??^[??R??^[^ 001111110011111101010010001111110011111101011110010110110011111100111111010100100011111100111111010111100101101101011110 3f3f523f3f5e5b3f3f523f3f5e5b5e
UTF-8 ŽRŽ^[ŽRŽ^[^ 1100001010001110110000101000110101010010110000101000111011000010100011010101111001011011110000101000111011000010100011010101001011000010100011101100001010001101010111100101101101011110 c28ec28d52c28ec28d5e5bc28ec28d52c28ec28d5e5b5e
UHC ??R??^[??R??^[^ 001111110011111101010010001111110011111101011110010110110011111100111111010100100011111100111111010111100101101101011110 3f3f523f3f5e5b3f3f523f3f5e5b5e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)