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 | ¬E¬EB | 10001111101011000100010110001111101011000100010101000010 | 8fac458fac4542 |
SJIS-WIN | ?¬E?¬EB | 001111111000000111001010010001010011111110000001110010100100010101000010 | 3f81ca453f81ca4542 |
EUC-JP | ?¬E?¬EB | 001111111010001011001100010001010011111110100010110011000100010101000010 | 3fa2cc453fa2cc4542 |
UTF-8 | ¬E¬EB | 1100001010001111110000101010110001000101110000101000111111000010101011000100010101000010 | c28fc2ac45c28fc2ac4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)