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^ | 00111111001111110101000001011110 | 3f3f505e |
SJIS-WIN | 偲璽P^ | 100011101100001110001110101000110101000001011110 | 8ec38ea3505e |
EUC-JP | 偲璽P^ | 101111001100010110111100101001010101000001011110 | bcc5bca5505e |
UTF-8 | 偲璽P^ | 1110010110000001101100101110011110010010101111010101000001011110 | e581b2e792bd505e |
UHC | ?璽P^ | 0011111111011111110111100101000001011110 | 3fdfde505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)