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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 竪賊^ | 1001001001000111100100011010111101011110 | 924791af5e |
EUC-JP | 竪賊^ | 1100001110101000110000101011000101011110 | c3a8c2b15e |
UTF-8 | 竪賊^ | 11100111101010111010101011101000101100111000101001011110 | e7abaae8b38a5e |
UHC | 竪賊^ | 1110001010110101111011101110010001011110 | e2b5eee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)