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 ?±^D?±^D^ 001111111011000101011110010001000011111110110001010111100100010001011110 3fb15e443fb15e445e
SJIS-WIN ゜±^D゜±^D^ 10000001010010111000000101111101010111100100010010000001010010111000000101111101010111100100010001011110 814b817d5e44814b817d5e445e
EUC-JP ゜±^D゜±^D^ 10100001101011001010000111011110010111100100010010100001101011001010000111011110010111100100010001011110 a1aca1de5e44a1aca1de5e445e
UTF-8 ゜±^D゜±^D^ 111000111000001010011100110000101011000101011110010001001110001110000010100111001100001010110001010111100100010001011110 e3829cc2b15e44e3829cc2b15e445e
UHC ?±^D?±^D^ 0011111110100001101111100101111001000100001111111010000110111110010111100100010001011110 3fa1be5e443fa1be5e445e

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