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 | í´G}B | 111011011001100010110100010001110111110101000010 | ed98b4477d42 |
SJIS-WIN | ??´G}B | 00111111001111111000000101001100010001110111110101000010 | 3f3f814c477d42 |
EUC-JP | í?´G}B | 100011111010101110111111001111111010000110101101010001110111110101000010 | 8fabbf3fa1ad477d42 |
UTF-8 | í´G}B | 110000111010110111000010100110001100001010110100010001110111110101000010 | c3adc298c2b4477d42 |
UHC | ??´G}B | 00111111001111111010001010100101010001110111110101000010 | 3f3fa2a5477d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)