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 | ¾®ûÖh | 1011111010101110111110111101011001101000 | beaefbd668 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ?®ûÖh | 0011111110001111101000101110111010001111101010111110010110001111101010101101001101101000 | 3f8fa2ee8fabe58faad368 |
UTF-8 | ¾®ûÖh | 110000101011111011000010101011101100001110111011110000111001011001101000 | c2bec2aec3bbc39668 |
UHC | ¾®??h | 10101000111110101010001011100111001111110011111101101000 | a8faa2e73f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)