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 | ¶ßn}¶ßn{^ | 101101101101111101101110011111011011011011011111011011100111101101011110 | b6df6e7db6df6e7b5e |
SJIS-WIN | ¶?n}¶?n{^ | 1000000111110111001111110110111001111101100000011111011100111111011011100111101101011110 | 81f73f6e7d81f73f6e7b5e |
EUC-JP | ¶ßn}¶ßn{^ | 101000101111100110001111101010011100111001101110011111011010001011111001100011111010100111001110011011100111101101011110 | a2f98fa9ce6e7da2f98fa9ce6e7b5e |
UTF-8 | ¶ßn}¶ßn{^ | 11000010101101101100001110011111011011100111110111000010101101101100001110011111011011100111101101011110 | c2b6c39f6e7dc2b6c39f6e7b5e |
UHC | ¶ßn}¶ßn{^ | 10100010110100101010100110101100011011100111110110100010110100101010100110101100011011100111101101011110 | a2d2a9ac6e7da2d2a9ac6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)