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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 佇?\}佇?\{^ | 1001100011001000001111110101110001111101100110001100100000111111010111000111101101011110 | 98c83f5c7d98c83f5c7b5e |
EUC-JP | 佇?\}佇?\{^ | 1101000011001010001111110101110001111101110100001100101000111111010111000111101101011110 | d0ca3f5c7dd0ca3f5c7b5e |
UTF-8 | 佇렰\}佇렰\{^ | 1110010010111101100001111110101110100000101100000101110001111101111001001011110110000111111010111010000010110000010111000111101101011110 | e4bd87eba0b05c7de4bd87eba0b05c7b5e |
UHC | 佇렰\}佇렰\{^ | 11101110101101111000111010111101010111000111110111101110101101111000111010111101010111000111101101011110 | eeb78ebd5c7deeb78ebd5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)