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 | ±Á¹ÌË | 1011000111000001101110011100110011001011 | b1c1b9cccb |
SJIS-WIN | ±???? | 100000010111110100111111001111110011111100111111 | 817d3f3f3f3f |
EUC-JP | ±Á?ÌË | 101000011101111010001111101010101010000100111111100011111010101011000000100011111010101010110011 | a1de8faaa13f8faac08faab3 |
UTF-8 | ±Á¹ÌË | 11000010101100011100001110000001110000101011100111000011100011001100001110001011 | c2b1c381c2b9c38cc38b |
UHC | ±?¹?? | 10100001101111100011111110101001111101100011111100111111 | a1be3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)