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 | ©Î¢±¢ | 1000111110101001110011101000111110100010101100011000111110100010 | 8fa9ce8fa2b18fa2 |
SJIS-WIN | ????¢±?¢ | 0011111100111111001111110011111110000001100100011000000101111101001111111000000110010001 | 3f3f3f3f8191817d3f8191 |
EUC-JP | ?©Î?¢±?¢ | 001111111000111110100010111011011000111110101010110000100011111110100001111100011010000111011110001111111010000111110001 | 3f8fa2ed8faac23fa1f1a1de3fa1f1 |
UTF-8 | ©Î¢±¢ | 11000010100011111100001010101001110000111000111011000010100011111100001010100010110000101011000111000010100011111100001010100010 | c28fc2a9c38ec28fc2a2c2b1c28fc2a2 |
UHC | ?????±?? | 001111110011111100111111001111110011111110100001101111100011111100111111 | 3f3f3f3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)