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 | âÁüC | 11100010110000011111110001000011 | e2c1fc43 |
SJIS-WIN | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
EUC-JP | âÁüC | 10001111101010111010010010001111101010101010000110001111101010111110010001000011 | 8faba48faaa18fabe443 |
UTF-8 | âÁüC | 11000011101000101100001110000001110000111011110001000011 | c3a2c381c3bc43 |
UHC | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)