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 | ¶ê^ | 1001111010110110111010101001111101011110 | 9eb6ea9f5e |
SJIS-WIN | ?¶??^ | 001111111000000111110111001111110011111101011110 | 3f81f73f3f5e |
EUC-JP | ?¶ê?^ | 0011111110100010111110011000111110101011101101000011111101011110 | 3fa2f98fabb43f5e |
UTF-8 | ¶ê^ | 110000101001111011000010101101101100001110101010110000101001111101011110 | c29ec2b6c3aac29f5e |
UHC | ?¶??^ | 001111111010001011010010001111110011111101011110 | 3fa2d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)