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 | ¡ë¡¹B | 1010000111101011101000011011100101000010 | a1eba1b942 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ¡ë¡?B | 1000111110100010110000101000111110101011101100111000111110100010110000100011111101000010 | 8fa2c28fabb38fa2c23f42 |
UTF-8 | ¡ë¡¹B | 110000101010000111000011101010111100001010100001110000101011100101000010 | c2a1c3abc2a1c2b942 |
UHC | ¡?¡¹B | 1010001010101110001111111010001010101110101010011111011001000010 | a2ae3fa2aea9f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)