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 | ¡ë¡ß] | 1010000111101011101000011101111101011101 | a1eba1df5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ¡ë¡ß] | 10001111101000101100001010001111101010111011001110001111101000101100001010001111101010011100111001011101 | 8fa2c28fabb38fa2c28fa9ce5d |
UTF-8 | ¡ë¡ß] | 110000101010000111000011101010111100001010100001110000111001111101011101 | c2a1c3abc2a1c39f5d |
UHC | ¡?¡ß] | 1010001010101110001111111010001010101110101010011010110001011101 | a2ae3fa2aea9ac5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)