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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 諠弑}諠弑{^ | 1110011010000011100111000101010101111101111001101000001110011100010101010111101101011110 | e6839c557de6839c557b5e |
EUC-JP | 諠弑}諠弑{^ | 1110101111100011110101111011011001111101111010111110001111010111101101100111101101011110 | ebe3d7b67debe3d7b67b5e |
UTF-8 | 諠弑}諠弑{^ | 111010001010101110100000111001011011110010010001011111011110100010101011101000001110010110111100100100010111101101011110 | e8aba0e5bc917de8aba0e5bc917b5e |
UHC | ?弑}?弑{^ | 001111111110001110111101011111010011111111100011101111010111101101011110 | 3fe3bd7d3fe3bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)