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 | ¢èG | 101000101110100001000111 | a2e847 |
SJIS-WIN | ¢?G | 10000001100100010011111101000111 | 81913f47 |
EUC-JP | ¢èG | 101000011111000110001111101010111011001001000111 | a1f18fabb247 |
UTF-8 | ¢èG | 1100001010100010110000111010100001000111 | c2a2c3a847 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)