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 | 琉貅\}琉貅\{^ | 10010111101011101110011010111010010111000111110110010111101011101110011010111010010111000111101101011110 | 97aee6ba5c7d97aee6ba5c7b5e |
EUC-JP | 琉貅\}琉貅\{^ | 11001110101100001110110010111100010111000111110111001110101100001110110010111100010111000111101101011110 | ceb0ecbc5c7dceb0ecbc5c7b5e |
UTF-8 | 琉貅\}琉貅\{^ | 1110011110010000100010011110100010110010100001010101110001111101111001111001000010001001111010001011001010000101010111000111101101011110 | e79089e8b2855c7de79089e8b2855c7b5e |
UHC | 琉?\}琉?\{^ | 1101011110111000001111110101110001111101110101111011100000111111010111000111101101011110 | d7b83f5c7dd7b83f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)