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 | 輕輕^ | 1110011101101010111001110110101001011110 | e76ae76a5e |
EUC-JP | 輕輕^ | 1110110111001011111011011100101101011110 | edcbedcb5e |
UTF-8 | 輕輕^ | 11101000101111001001010111101000101111001001010101011110 | e8bc95e8bc955e |
UHC | 輕輕^ | 1100110011101110110011001110111001011110 | cceeccee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)