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 ??????^ 00111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f5e
SJIS-WIN ?zЩ?zЩ^ 0011111110000010100110101000010001011010001111111000001010011010100001000101101001011110 3f829a845a3f829a845a5e
EUC-JP 渶zЩ渶zЩ^ 100011111100011111101101101000111111101010100111101110111000111111000111111011011010001111111010101001111011101101011110 8fc7eda3faa7bb8fc7eda3faa7bb5e
UTF-8 渶zЩ渶zЩ^ 1110011010111000101101101110111110111101100110101101000010101001111001101011100010110110111011111011110110011010110100001010100101011110 e6b8b6efbd9ad0a9e6b8b6efbd9ad0a95e
UHC 渶zЩ渶zЩ^ 11100111101101111010001111111010101011001011101111100111101101111010001111111010101011001011101101011110 e7b7a3faacbbe7b7a3faacbb5e

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