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íPãV | 1110001101010101100011001110110110001111010100001110001101010110 | e3558ced8f50e356 |
SJIS-WIN | ?U???P?V | 0011111101010101001111110011111100111111010100000011111101010110 | 3f553f3f3f503f56 |
EUC-JP | ãU?í?PãV | 1000111110101011101010100101010100111111100011111010101110111111001111110101000010001111101010111010101001010110 | 8fabaa553f8fabbf3f508fabaa56 |
UTF-8 | ãUíPãV | 11000011101000110101010111000010100011001100001110101101110000101000111101010000110000111010001101010110 | c3a355c28cc3adc28f50c3a356 |
UHC | ?U???P?V | 0011111101010101001111110011111100111111010100000011111101010110 | 3f553f3f3f503f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)