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 ‰k’A’@ue^ 110000101000100101101011110000101001001001000001110000101001001001000000011101010110010101011110 c2896bc29241c2924075655e
SJIS-WIN ??k??A??@ue^ 001111110011111101101011001111110011111101000001001111110011111101000000011101010110010101011110 3f3f6b3f3f413f3f4075655e
EUC-JP Â?kÂ?AÂ?@ue^ 100011111010101010100100001111110110101110001111101010101010010000111111010000011000111110101010101001000011111101000000011101010110010101011110 8faaa43f6b8faaa43f418faaa43f4075655e
UTF-8 ‰k’A’@ue^ 110000111000001011000010100010010110101111000011100000101100001010010010010000011100001110000010110000101001001001000000011101010110010101011110 c382c2896bc382c29241c382c2924075655e
UHC ??k??A??@ue^ 001111110011111101101011001111110011111101000001001111110011111101000000011101010110010101011110 3f3f6b3f3f413f3f4075655e

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