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 | â³íRBy\ | 111000101011001110001100111011011000111101010010010000100111100101011100 | e2b38ced8f5242795c |
SJIS-WIN | ?????RBy\ | 001111110011111100111111001111110011111101010010010000100111100101011100 | 3f3f3f3f3f5242795c |
EUC-JP | â??í?RBy\ | 10001111101010111010010000111111001111111000111110101011101111110011111101010010010000100111100101011100 | 8faba43f3f8fabbf3f5242795c |
UTF-8 | â³íRBy\ | 1100001110100010110000101011001111000010100011001100001110101101110000101000111101010010010000100111100101011100 | c3a2c2b3c28cc3adc28f5242795c |
UHC | ?³???RBy\ | 00111111101010011111100000111111001111110011111101010010010000100111100101011100 | 3fa9f83f3f3f5242795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)