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 | çâò¡~ | 1110011111100010111100101010000101111110 | e7e2f2a17e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | çâò¡~ | 10001111101010111010111010001111101010111010010010001111101010111101001010001111101000101100001001111110 | 8fabae8faba48fabd28fa2c27e |
UTF-8 | çâò¡~ | 110000111010011111000011101000101100001110110010110000101010000101111110 | c3a7c3a2c3b2c2a17e |
UHC | ???¡~ | 001111110011111100111111101000101010111001111110 | 3f3f3fa2ae7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)