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 | çè¤è³ | 1110011110000100100011001110100010100100100100001110100010110011 | e7848ce8a490e8b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??è¤?è? | 10001111101010111010111000111111001111111000111110101011101100101000111110100010111100000011111110001111101010111011001000111111 | 8fabae3f3f8fabb28fa2f03f8fabb23f |
UTF-8 | çè¤è³ | 11000011101001111100001010000100110000101000110011000011101010001100001010100100110000101001000011000011101010001100001010110011 | c3a7c284c28cc3a8c2a4c290c3a8c2b3 |
UHC | ????¤??³ | 00111111001111110011111100111111101000101011010000111111001111111010100111111000 | 3f3f3f3fa2b43f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)