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 ???\}???\{^ 0011111100111111001111110101110001111101001111110011111100111111010111000111101101011110 3f3f3f5c7d3f3f3f5c7b5e
SJIS-WIN ? 朋\}? 朋\{^ 001111111000000101000000100101011111110001011100011111010011111110000001010000001001010111111100010111000111101101011110 3f814095fc5c7d3f814095fc5c7b5e
EUC-JP ? 朋\}? 朋\{^ 001111111010000110100001110010101111111001011100011111010011111110100001101000011100101011111110010111000111101101011110 3fa1a1cafe5c7d3fa1a1cafe5c7b5e
UTF-8 룶 朋\}룶 朋\{^ 1110101110100011101101101110001110000000100000001110011010011100100010110101110001111101111010111010001110110110111000111000000010000000111001101001110010001011010111000111101101011110 eba3b6e38080e69c8b5c7deba3b6e38080e69c8b5c7b5e
UHC 룶 朋\}룶 朋\{^ 1000111110101011101000011010000111011101110110110101110001111101100011111010101110100001101000011101110111011011010111000111101101011110 8faba1a1dddb5c7d8faba1a1dddb5c7b5e

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