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 | °Äâ³ | 100011101011000010001110110001001110001010110011 | 8eb08ec4e2b3 |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°?Äâ? | 0011111110100001111010110011111110001111101010101010001110001111101010111010010000111111 | 3fa1eb3f8faaa38faba43f |
UTF-8 | °Äâ³ | 110000101000111011000010101100001100001010001110110000111000010011000011101000101100001010110011 | c28ec2b0c28ec384c3a2c2b3 |
UHC | ?°???³ | 0011111110100001110001100011111100111111001111111010100111111000 | 3fa1c63f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)