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 ??????^ 00111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f5e
SJIS-WIN ??球??球^ 001111110011111110001011100001010011111100111111100010111000010101011110 3f3f8b853f3f8b855e
EUC-JP ?玆球?玆球^ 00111111100011111100101111010001101101011110010100111111100011111100101111010001101101011110010101011110 3f8fcbd1b5e53f8fcbd1b5e55e
UTF-8 뤺玆球뤺玆球^ 11101011101001001011101011100111100011101000011011100111100100001000001111101011101001001011101011100111100011101000011011100111100100001000001101011110 eba4bae78e86e79083eba4bae78e86e790835e
UHC 뤺玆球뤺玆球^ 10001111111010001110110110110101110011111011100110001111111010001110110110110101110011111011100101011110 8fe8edb5cfb98fe8edb5cfb95e

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