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 | ëµë¸è | 1110101110000010101101011110101110111000100111011110100010001111 | eb82b5ebb89de88f |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ë??ë¸?è? | 10001111101010111011001100111111001111111000111110101011101100111000111110100010101100010011111110001111101010111011001000111111 | 8fabb33f3f8fabb38fa2b13f8fabb23f |
UTF-8 | ëµë¸è | 11000011101010111100001010000010110000101011010111000011101010111100001010111000110000101001110111000011101010001100001010001111 | c3abc282c2b5c3abc2b8c29dc3a8c28f |
UHC | ????¸??? | 001111110011111100111111001111111010001010101100001111110011111100111111 | 3f3f3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)