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 | çù¹å | 1110011111111001101110011110010110000010 | e7f9b9e582 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | çù?å? | 1000111110101011101011101000111110101011111000110011111110001111101010111010100100111111 | 8fabae8fabe33f8faba93f |
UTF-8 | çù¹å | 11000011101001111100001110111001110000101011100111000011101001011100001010000010 | c3a7c3b9c2b9c3a5c282 |
UHC | ??¹?? | 001111110011111110101001111101100011111100111111 | 3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)