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 | çâ±èµçå | 1110011111100010101100011110100010010100101101011110011111100101 | e7e2b1e894b5e7e5 |
SJIS-WIN | ??±????? | 001111110011111110000001011111010011111100111111001111110011111100111111 | 3f3f817d3f3f3f3f3f |
EUC-JP | çâ±è??çå | 10001111101010111010111010001111101010111010010010100001110111101000111110101011101100100011111100111111100011111010101110101110100011111010101110101001 | 8fabae8faba4a1de8fabb23f3f8fabae8faba9 |
UTF-8 | çâ±èµçå | 11000011101001111100001110100010110000101011000111000011101010001100001010010100110000101011010111000011101001111100001110100101 | c3a7c3a2c2b1c3a8c294c2b5c3a7c3a5 |
UHC | ??±????? | 001111110011111110100001101111100011111100111111001111110011111100111111 | 3f3fa1be3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)