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 | ê½ÖéÜ¿ | 111010101011110111010110111010011101110010111111 | eabdd6e9dcbf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê?ÖéÜ¿ | 10001111101010111011010000111111100011111010101011010011100011111010101110110001100011111010101011100100100011111010001011000100 | 8fabb43f8faad38fabb18faae48fa2c4 |
UTF-8 | ê½ÖéÜ¿ | 110000111010101011000010101111011100001110010110110000111010100111000011100111001100001010111111 | c3aac2bdc396c3a9c39cc2bf |
UHC | ?½???¿ | 0011111110101000111101100011111100111111001111111010001010101111 | 3fa8f63f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)