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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 搖U}搖U{^ | 100111011000101001010101011111011001110110001010010101010111101101011110 | 9d8a557d9d8a557b5e |
EUC-JP | 搖U}搖U{^ | 110110011110101001010101011111011101100111101010010101010111101101011110 | d9ea557dd9ea557b5e |
UTF-8 | 搖U}搖U{^ | 1110011010010000100101100101010101111101111001101001000010010110010101010111101101011110 | e69096557de69096557b5e |
UHC | 搖U}搖U{^ | 111010001111010001010101011111011110100011110100010101010111101101011110 | e8f4557de8f4557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)