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 ðÎçÂðÎçÂ^ 111100001100111011100111110000101111000011001110111001111100001001011110 f0cee7c2f0cee7c25e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ðÎçÂðÎçÂ^ 10001111101010011100001110001111101010101100001010001111101010111010111010001111101010101010010010001111101010011100001110001111101010101100001010001111101010111010111010001111101010101010010001011110 8fa9c38faac28fabae8faaa48fa9c38faac28fabae8faaa45e
UTF-8 ðÎçÂðÎçÂ^ 1100001110110000110000111000111011000011101001111100001110000010110000111011000011000011100011101100001110100111110000111000001001011110 c3b0c38ec3a7c382c3b0c38ec3a7c3825e
UHC ð???ð???^ 1010100110100011001111110011111100111111101010011010001100111111001111110011111101011110 a9a33f3f3fa9a33f3f3f5e

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