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 | ¶ý¶ý^ | 1011011011111101101101101111110101011110 | b6fdb6fd5e |
SJIS-WIN | ¶?¶?^ | 10000001111101110011111110000001111101110011111101011110 | 81f73f81f73f5e |
EUC-JP | ¶ý¶ý^ | 1010001011111001100011111010101111110010101000101111100110001111101010111111001001011110 | a2f98fabf2a2f98fabf25e |
UTF-8 | ¶ý¶ý^ | 110000101011011011000011101111011100001010110110110000111011110101011110 | c2b6c3bdc2b6c3bd5e |
UHC | ¶?¶?^ | 10100010110100100011111110100010110100100011111101011110 | a2d23fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)