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 | ðï°Â | 111100001110111110001110101100001000111111000010 | f0ef8eb08fc2 |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ðï?°? | 10001111101010011100001110001111101010111100000100111111101000011110101100111111100011111010101010100100 | 8fa9c38fabc13fa1eb3f8faaa4 |
UTF-8 | ðï°Â | 110000111011000011000011101011111100001010001110110000101011000011000010100011111100001110000010 | c3b0c3afc28ec2b0c28fc382 |
UHC | ð??°?? | 1010100110100011001111110011111110100001110001100011111100111111 | a9a33f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)