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 | å¿òô | 1000111111100101101111111111001011110100 | 8fe5bff2f4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?å¿òô | 00111111100011111010101110101001100011111010001011000100100011111010101111010010100011111010101111010100 | 3f8faba98fa2c48fabd28fabd4 |
UTF-8 | å¿òô | 11000010100011111100001110100101110000101011111111000011101100101100001110110100 | c28fc3a5c2bfc3b2c3b4 |
UHC | ??¿?? | 001111110011111110100010101011110011111100111111 | 3f3fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)