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 | ènènB | 10001110111010000110111010001110111010000110111001000010 | 8ee86e8ee86e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ?èn?ènB | 0011111110001111101010111011001001101110001111111000111110101011101100100110111001000010 | 3f8fabb26e3f8fabb26e42 |
UTF-8 | ènènB | 1100001010001110110000111010100001101110110000101000111011000011101010000110111001000010 | c28ec3a86ec28ec3a86e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)