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 | ïôµéí | 111011111111010010001110101101011110100111101101 | eff48eb5e9ed |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ïô??éí | 1000111110101011110000011000111110101011110101000011111100111111100011111010101110110001100011111010101110111111 | 8fabc18fabd43f3f8fabb18fabbf |
UTF-8 | ïôµéí | 110000111010111111000011101101001100001010001110110000101011010111000011101010011100001110101101 | c3afc3b4c28ec2b5c3a9c3ad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)