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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 偲叱偲璽P | 100011101100001110001110101101101000111011000011100011101010001101010000 | 8ec38eb68ec38ea350 |
EUC-JP | 偲叱偲璽P | 101111001100010110111100101110001011110011000101101111001010010101010000 | bcc5bcb8bcc5bca550 |
UTF-8 | 偲叱偲璽P | 11100101100000011011001011100101100011111011000111100101100000011011001011100111100100101011110101010000 | e581b2e58fb1e581b2e792bd50 |
UHC | ?叱?璽P | 00111111111100101110101000111111110111111101111001010000 | 3ff2ea3fdfde50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)