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 | çµë¸ã | 111001111011010110000010111010111011100010011101111000111000111110000111 | e7b582ebb89de38f87 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë¸?ã?? | 1000111110101011101011100011111100111111100011111010101110110011100011111010001010110001001111111000111110101011101010100011111100111111 | 8fabae3f3f8fabb38fa2b13f8fabaa3f3f |
UTF-8 | çµë¸ã | 110000111010011111000010101101011100001010000010110000111010101111000010101110001100001010011101110000111010001111000010100011111100001010000111 | c3a7c2b5c282c3abc2b8c29dc3a3c28fc287 |
UHC | ????¸???? | 00111111001111110011111100111111101000101010110000111111001111110011111100111111 | 3f3f3f3fa2ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)