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 ’BO’Gh}’BO’Gh{^ 100100100100001001001111100100100100011101101000011111011001001001000010010011111001001001000111011010000111101101011110 92424f9247687d92424f9247687b5e
SJIS-WIN ?BO?Gh}?BO?Gh{^ 001111110100001001001111001111110100011101101000011111010011111101000010010011110011111101000111011010000111101101011110 3f424f3f47687d3f424f3f47687b5e
EUC-JP ?BO?Gh}?BO?Gh{^ 001111110100001001001111001111110100011101101000011111010011111101000010010011110011111101000111011010000111101101011110 3f424f3f47687d3f424f3f47687b5e
UTF-8 ’BO’Gh}’BO’Gh{^ 11000010100100100100001001001111110000101001001001000111011010000111110111000010100100100100001001001111110000101001001001000111011010000111101101011110 c292424fc29247687dc292424fc29247687b5e
UHC ?BO?Gh}?BO?Gh{^ 001111110100001001001111001111110100011101101000011111010011111101000010010011110011111101000111011010000111101101011110 3f424f3f47687d3f424f3f47687b5e

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