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 | 1110000111111110111011011100001001011001 | e1feedc259 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | áþíÂY | 10001111101010111010000110001111101010011101000010001111101010111011111110001111101010101010010001011001 | 8faba18fa9d08fabbf8faaa459 |
UTF-8 | áþíÂY | 110000111010000111000011101111101100001110101101110000111000001001011001 | c3a1c3bec3adc38259 |
UHC | ?þ??Y | 001111111010100110101101001111110011111101011001 | 3fa9ad3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)