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’¼^[^ 100100101011110001010010100100101011110001011110010110111001001010111100010100101001001010111100010111100101101101011110 92bc5292bc5e5b92bc5292bc5e5b5e
SJIS-WIN ??R??^[??R??^[^ 001111110011111101010010001111110011111101011110010110110011111100111111010100100011111100111111010111100101101101011110 3f3f523f3f5e5b3f3f523f3f5e5b5e
EUC-JP ??R??^[??R??^[^ 001111110011111101010010001111110011111101011110010110110011111100111111010100100011111100111111010111100101101101011110 3f3f523f3f5e5b3f3f523f3f5e5b5e
UTF-8 ’¼R’¼^[’¼R’¼^[^ 1100001010010010110000101011110001010010110000101001001011000010101111000101111001011011110000101001001011000010101111000101001011000010100100101100001010111100010111100101101101011110 c292c2bc52c292c2bc5e5bc292c2bc52c292c2bc5e5b5e
UHC ?¼R?¼^[?¼R?¼^[^ 00111111101010001111100101010010001111111010100011111001010111100101101100111111101010001111100101010010001111111010100011111001010111100101101101011110 3fa8f9523fa8f95e5b3fa8f9523fa8f95e5b5e

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