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 | ¶ß¦Ç | 10110110110111111010011011000111 | b6dfa6c7 |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶ß¦Ç | 1010001011111001100011111010100111001110100011111010001011000011100011111010101010101110 | a2f98fa9ce8fa2c38faaae |
UTF-8 | ¶ß¦Ç | 1100001010110110110000111001111111000010101001101100001110000111 | c2b6c39fc2a6c387 |
UHC | ¶ß?? | 101000101101001010101001101011000011111100111111 | a2d2a9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)