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 | 11100111011111101000111110000101100000101010111101000010 | e77e8f8582af42 |
SJIS-WIN | ?~????B | 00111111011111100011111100111111001111110011111101000010 | 3f7e3f3f3f3f42 |
EUC-JP | ç~???¯B | 1000111110101011101011100111111000111111001111110011111110001111101000101011010001000010 | 8fabae7e3f3f3f8fa2b442 |
UTF-8 | ç~ ¯B | 110000111010011101111110110000101000111111000010100001011100001010000010110000101010111101000010 | c3a77ec28fc285c282c2af42 |
UHC | ?~????B | 00111111011111100011111100111111001111110011111101000010 | 3f7e3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)