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 ??N}??N{^ 001111110011111101001110011111010011111100111111010011100111101101011110 3f3f4e7d3f3f4e7b5e
SJIS-WIN ?創N}?創N{^ 0011111110010001011011100100111001111101001111111001000101101110010011100111101101011110 3f916e4e7d3f916e4e7b5e
EUC-JP ?創N}?創N{^ 0011111111000001110011110100111001111101001111111100000111001111010011100111101101011110 3fc1cf4e7d3fc1cf4e7b5e
UTF-8 렠創N}렠創N{^ 1110101110100000101000001110010110001001101101010100111001111101111010111010000010100000111001011000100110110101010011100111101101011110 eba0a0e589b54e7deba0a0e589b54e7b5e
UHC 렠創N}렠創N{^ 10001110101100011111001111011100010011100111110110001110101100011111001111011100010011100111101101011110 8eb1f3dc4e7d8eb1f3dc4e7b5e

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