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 áb 1110000101100010 e162
SJIS-WIN ?b 0011111101100010 3f62
EUC-JP áb 10001111101010111010000101100010 8faba162
UTF-8 áb 110000111010000101100010 c3a162
UHC ?b 0011111101100010 3f62

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