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 | ò°®ïð | 111100101011000010001110101011101110111111110000 | f2b08eaeeff0 |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ò°?®ïð | 100011111010101111010010101000011110101100111111100011111010001011101110100011111010101111000001100011111010100111000011 | 8fabd2a1eb3f8fa2ee8fabc18fa9c3 |
UTF-8 | ò°®ïð | 110000111011001011000010101100001100001010001110110000101010111011000011101011111100001110110000 | c3b2c2b0c28ec2aec3afc3b0 |
UHC | ?°?®?ð | 001111111010000111000110001111111010001011100111001111111010100110100011 | 3fa1c63fa2e73fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)