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 | Ìî°® | 11001100111011101011000010101110 | cceeb0ae |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | Ìî°® | 1000111110101010110000001000111110101011110000101010000111101011100011111010001011101110 | 8faac08fabc2a1eb8fa2ee |
UTF-8 | Ìî°® | 1100001110001100110000111010111011000010101100001100001010101110 | c38cc3aec2b0c2ae |
UHC | ??°® | 001111110011111110100001110001101010001011100111 | 3f3fa1c6a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)