To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 約??\ | 1001011011110001001111110011111101011100 | 96f13f3f5c |
EUC-JP | 約??\ | 1100110011110011001111110011111101011100 | ccf33f3f5c |
UTF-8 | 約드뤀\ | 11100111101101001000010011101011100100111001110011101011101001001000000001011100 | e7b484eb939ceba4805c |
UHC | 約드뤀\ | 11100101101100111011010111100101100011111011000101011100 | e5b3b5e58fb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)