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 | ì°Ìî´µ | 111011001011000011001100111011101011010010110101 | ecb0cceeb4b5 |
SJIS-WIN | ?°??´? | 0011111110000001100010110011111100111111100000010100110000111111 | 3f818b3f3f814c3f |
EUC-JP | ì°Ìî´? | 1000111110101011110000001010000111101011100011111010101011000000100011111010101111000010101000011010110100111111 | 8fabc0a1eb8faac08fabc2a1ad3f |
UTF-8 | ì°Ìî´µ | 110000111010110011000010101100001100001110001100110000111010111011000010101101001100001010110101 | c3acc2b0c38cc3aec2b4c2b5 |
UHC | ?°??´? | 0011111110100001110001100011111100111111101000101010010100111111 | 3fa1c63f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)