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 | ¾®ûÖßÏ^ | 10111110101011101111101111010110110111111100111101011110 | beaefbd6dfcf5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?®ûÖßÏ^ | 0011111110001111101000101110111010001111101010111110010110001111101010101101001110001111101010011100111010001111101010101100000101011110 | 3f8fa2ee8fabe58faad38fa9ce8faac15e |
UTF-8 | ¾®ûÖßÏ^ | 11000010101111101100001010101110110000111011101111000011100101101100001110011111110000111000111101011110 | c2bec2aec3bbc396c39fc38f5e |
UHC | ¾®??ß?^ | 10101000111110101010001011100111001111110011111110101001101011000011111101011110 | a8faa2e73f3fa9ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)