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 | 凉â | 111011111010010110111001111000101000011010010010 | efa5b9e28692 |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | ï??â?? | 10001111101010111100000100111111001111111000111110101011101001000011111100111111 | 8fabc13f3f8faba43f3f |
UTF-8 | 凉â | 110000111010111111000010101001011100001010111001110000111010001011000010100001101100001010010010 | c3afc2a5c2b9c3a2c286c292 |
UHC | ??¹??? | 00111111001111111010100111110110001111110011111100111111 | 3f3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)