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 | çµè¤æ» | 1110011110110101100000101110100010100100100100001110011010111011 | e7b582e8a490e6bb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??è¤?æ? | 10001111101010111010111000111111001111111000111110101011101100101000111110100010111100000011111110001111101010011100000100111111 | 8fabae3f3f8fabb28fa2f03f8fa9c13f |
UTF-8 | çµè¤æ» | 11000011101001111100001010110101110000101000001011000011101010001100001010100100110000101001000011000011101001101100001010111011 | c3a7c2b5c282c3a8c2a4c290c3a6c2bb |
UHC | ????¤?æ? | 00111111001111110011111100111111101000101011010000111111101010011010000100111111 | 3f3f3f3fa2b43fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)