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 ?^?t\}?^?t\{^ 00111111010111100011111101110100010111000111110100111111010111100011111101110100010111000111101101011110 3f5e3f745c7d3f5e3f745c7b5e
SJIS-WIN ?^?t\}?^?t\{^ 00111111010111100011111101110100010111000111110100111111010111100011111101110100010111000111101101011110 3f5e3f745c7d3f5e3f745c7b5e
EUC-JP ?^?t\}?^?t\{^ 00111111010111100011111101110100010111000111110100111111010111100011111101110100010111000111101101011110 3f5e3f745c7d3f5e3f745c7b5e
UTF-8 책^찾t\}책^찾t\{^ 111011001011000110000101010111101110110010110000101111100111010001011100011111011110110010110001100001010101111011101100101100001011111001110100010111000111101101011110 ecb1855eecb0be745c7decb1855eecb0be745c7b5e
UHC 책^찾t\}책^찾t\{^ 1100001110100101010111101100001110100011011101000101110001111101110000111010010101011110110000111010001101110100010111000111101101011110 c3a55ec3a3745c7dc3a55ec3a3745c7b5e

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