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 | ????Q^ | 001111110011111100111111001111110101000101011110 | 3f3f3f3f515e |
SJIS-WIN | 丹担村側Q^ | 10010010010011111001001001010011100100011011101010010001101001000101000101011110 | 924f925391ba91a4515e |
EUC-JP | 丹担村側Q^ | 11000011101100001100001110110100110000101011110011000010101001100101000101011110 | c3b0c3b4c2bcc2a6515e |
UTF-8 | 丹担村側Q^ | 1110010010111000101110011110011010001011100001011110011010011101100100011110010110000001101101000101000101011110 | e4b8b9e68b85e69d91e581b4515e |
UHC | 丹?村側Q^ | 110100111010000100111111111101011011110111110110101100000101000101011110 | d3a13ff5bdf6b0515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)