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 | âöõîY | 1110001011110110111101011110111001011001 | e2f6f5ee59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | âöõîY | 10001111101010111010010010001111101010111101001110001111101010111101100010001111101010111100001001011001 | 8faba48fabd38fabd88fabc259 |
UTF-8 | âöõîY | 110000111010001011000011101101101100001110110101110000111010111001011001 | c3a2c3b6c3b5c3ae59 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)