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 Ÿ{GšBb}vŸ{GšBb}vB 1001111101111011010001111001101001000010011000100111110101110110100111110111101101000111100110100100001001100010011111010111011001000010 9f7b479a42627d769f7b479a42627d7642
SJIS-WIN ?{G?Bb}v?{G?Bb}vB 0011111101111011010001110011111101000010011000100111110101110110001111110111101101000111001111110100001001100010011111010111011001000010 3f7b473f42627d763f7b473f42627d7642
EUC-JP ?{G?Bb}v?{G?Bb}vB 0011111101111011010001110011111101000010011000100111110101110110001111110111101101000111001111110100001001100010011111010111011001000010 3f7b473f42627d763f7b473f42627d7642
UTF-8 Ÿ{GšBb}vŸ{GšBb}vB 110000101001111101111011010001111100001010011010010000100110001001111101011101101100001010011111011110110100011111000010100110100100001001100010011111010111011001000010 c29f7b47c29a42627d76c29f7b47c29a42627d7642
UHC ?{G?Bb}v?{G?Bb}vB 0011111101111011010001110011111101000010011000100111110101110110001111110111101101000111001111110100001001100010011111010111011001000010 3f7b473f42627d763f7b473f42627d7642

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