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 | ïù§\ | 1110111111111001100011101010011101011100 | eff98ea75c |
SJIS-WIN | ???§\ | 001111110011111100111111100000011001100001011100 | 3f3f3f81985c |
EUC-JP | ïù?§\ | 10001111101010111100000110001111101010111110001100111111101000011111100001011100 | 8fabc18fabe33fa1f85c |
UTF-8 | ïù§\ | 110000111010111111000011101110011100001010001110110000101010011101011100 | c3afc3b9c28ec2a75c |
UHC | ???§\ | 001111110011111100111111101000011101011101011100 | 3f3f3fa1d75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)