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 | è½²ïñÖí | 1110100010111101100011101011001011101111111100011101011011101101 | e8bd8eb2eff1d6ed |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è???ïñÖí | 100011111010101110110010001111110011111100111111100011111010101111000001100011111010101111010000100011111010101011010011100011111010101110111111 | 8fabb23f3f3f8fabc18fabd08faad38fabbf |
UTF-8 | è½²ïñÖí | 11000011101010001100001010111101110000101000111011000010101100101100001110101111110000111011000111000011100101101100001110101101 | c3a8c2bdc28ec2b2c3afc3b1c396c3ad |
UHC | ?½?²???? | 00111111101010001111011000111111101010011111011100111111001111110011111100111111 | 3fa8f63fa9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)