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 ’\’V}’\’V{^ 110000101001001001011100110000101001001001010110011111011100001010010010010111001100001010010010010101100111101101011110 c2925cc292567dc2925cc292567b5e
SJIS-WIN ??\??V}??\??V{^ 001111110011111101011100001111110011111101010110011111010011111100111111010111000011111100111111010101100111101101011110 3f3f5c3f3f567d3f3f5c3f3f567b5e
EUC-JP Â?\Â?V}Â?\Â?V{^ 1000111110101010101001000011111101011100100011111010101010100100001111110101011001111101100011111010101010100100001111110101110010001111101010101010010000111111010101100111101101011110 8faaa43f5c8faaa43f567d8faaa43f5c8faaa43f567b5e
UTF-8 ’\’V}’\’V{^ 1100001110000010110000101001001001011100110000111000001011000010100100100101011001111101110000111000001011000010100100100101110011000011100000101100001010010010010101100111101101011110 c382c2925cc382c292567dc382c2925cc382c292567b5e
UHC ??\??V}??\??V{^ 001111110011111101011100001111110011111101010110011111010011111100111111010111000011111100111111010101100111101101011110 3f3f5c3f3f567d3f3f5c3f3f567b5e

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