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 | ??^\ | 00111111001111110101111001011100 | 3f3f5e5c |
SJIS-WIN | 偲痔^\ | 100011101100001110001110101001000101111001011100 | 8ec38ea45e5c |
EUC-JP | 偲痔^\ | 101111001100010110111100101001100101111001011100 | bcc5bca65e5c |
UTF-8 | 偲痔^\ | 1110010110000001101100101110011110010111100101000101111001011100 | e581b2e797945e5c |
UHC | ?痔^\ | 0011111111110110110000000101111001011100 | 3ff6c05e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)