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 | â¿èÉB | 1110001010111111111010001100100101000010 | e2bfe8c942 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | â¿èÉB | 10001111101010111010010010001111101000101100010010001111101010111011001010001111101010101011000101000010 | 8faba48fa2c48fabb28faab142 |
UTF-8 | â¿èÉB | 110000111010001011000010101111111100001110101000110000111000100101000010 | c3a2c2bfc3a8c38942 |
UHC | ?¿??B | 001111111010001010101111001111110011111101000010 | 3fa2af3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)