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 | G¼®XBF | 100100100100011110010001101111001001000110101110010110000100001001000110 | 924791bc91ae584246 |
SJIS-WIN | ?G????XBF | 001111110100011100111111001111110011111100111111010110000100001001000110 | 3f473f3f3f3f584246 |
EUC-JP | ?G???®XBF | 0011111101000111001111110011111100111111100011111010001011101110010110000100001001000110 | 3f473f3f3f8fa2ee584246 |
UTF-8 | G¼®XBF | 1100001010010010010001111100001010010001110000101011110011000010100100011100001010101110010110000100001001000110 | c29247c291c2bcc291c2ae584246 |
UHC | ?G?¼?®XBF | 0011111101000111001111111010100011111001001111111010001011100111010110000100001001000110 | 3f473fa8f93fa2e7584246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)