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 | ±£ | 100011111011000110100011 | 8fb1a3 |
SJIS-WIN | ?±£ | 0011111110000001011111011000000110010010 | 3f817d8192 |
EUC-JP | ?±£ | 0011111110100001110111101010000111110010 | 3fa1dea1f2 |
UTF-8 | ±£ | 110000101000111111000010101100011100001010100011 | c28fc2b1c2a3 |
UHC | ?±? | 00111111101000011011111000111111 | 3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)