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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 盤串盤鞏^ | 100101001101010110001011111110001001010011010101111010001101110101011110 | 94d58bf894d5e8dd5e |
EUC-JP | 盤串盤鞏^ | 110010001101011110110110111110101100100011010111111100001101111101011110 | c8d7b6fac8d7f0df5e |
UTF-8 | 盤串盤鞏^ | 11100111100110111010010011100100101110001011001011100111100110111010010011101001100111101000111101011110 | e79ba4e4b8b2e79ba4e99e8f5e |
UHC | 盤串盤鞏^ | 110110101110111111001101111110101101101011101111110011011111100101011110 | daefcdfadaefcdf95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)