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 | ¾®Ü¸L | 1011111010101110110111001011100001001100 | beaedcb84c |
SJIS-WIN | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
EUC-JP | ?®Ü¸L | 0011111110001111101000101110111010001111101010101110010010001111101000101011000101001100 | 3f8fa2ee8faae48fa2b14c |
UTF-8 | ¾®Ü¸L | 110000101011111011000010101011101100001110011100110000101011100001001100 | c2bec2aec39cc2b84c |
UHC | ¾®?¸L | 1010100011111010101000101110011100111111101000101010110001001100 | a8faa2e73fa2ac4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)