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 | ç ½ï¦V | 11100111100001011011110111101111101001101000100101010110 | e785bdefa68956 |
SJIS-WIN | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
EUC-JP | ç??ï¦?V | 10001111101010111010111000111111001111111000111110101011110000011000111110100010110000110011111101010110 | 8fabae3f3f8fabc18fa2c33f56 |
UTF-8 | ç ½ï¦V | 11000011101001111100001010000101110000101011110111000011101011111100001010100110110000101000100101010110 | c3a7c285c2bdc3afc2a6c28956 |
UHC | ??½???V | 0011111100111111101010001111011000111111001111110011111101010110 | 3f3fa8f63f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)