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íG | 111000110101010110001100111011011000111101000111 | e3558ced8f47 |
SJIS-WIN | ?U???G | 001111110101010100111111001111110011111101000111 | 3f553f3f3f47 |
EUC-JP | ãU?í?G | 10001111101010111010101001010101001111111000111110101011101111110011111101000111 | 8fabaa553f8fabbf3f47 |
UTF-8 | ãUíG | 11000011101000110101010111000010100011001100001110101101110000101000111101000111 | c3a355c28cc3adc28f47 |
UHC | ?U???G | 001111110101010100111111001111110011111101000111 | 3f553f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)