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¶DG¶D^ | 1001001001000111100100011011011001000100100100100100011110010001101101100100010001011110 | 924791b644924791b6445e |
SJIS-WIN | ?G?¶D?G?¶D^ | 00111111010001110011111110000001111101110100010000111111010001110011111110000001111101110100010001011110 | 3f473f81f7443f473f81f7445e |
EUC-JP | ?G?¶D?G?¶D^ | 00111111010001110011111110100010111110010100010000111111010001110011111110100010111110010100010001011110 | 3f473fa2f9443f473fa2f9445e |
UTF-8 | G¶DG¶D^ | 1100001010010010010001111100001010010001110000101011011001000100110000101001001001000111110000101001000111000010101101100100010001011110 | c29247c291c2b644c29247c291c2b6445e |
UHC | ?G?¶D?G?¶D^ | 00111111010001110011111110100010110100100100010000111111010001110011111110100010110100100100010001011110 | 3f473fa2d2443f473fa2d2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)