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 | ãUíFãV | 1110001101010101100011001110110110001111010001101110001101010110 | e3558ced8f46e356 |
SJIS-WIN | ?U???F?V | 0011111101010101001111110011111100111111010001100011111101010110 | 3f553f3f3f463f56 |
EUC-JP | ãU?í?FãV | 1000111110101011101010100101010100111111100011111010101110111111001111110100011010001111101010111010101001010110 | 8fabaa553f8fabbf3f468fabaa56 |
UTF-8 | ãUíFãV | 11000011101000110101010111000010100011001100001110101101110000101000111101000110110000111010001101010110 | c3a355c28cc3adc28f46c3a356 |
UHC | ?U???F?V | 0011111101010101001111110011111100111111010001100011111101010110 | 3f553f3f3f463f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)