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 | ÂâÂc | 11000010100101101100001110100010110000101000000101100011 | c296c3a2c28163 |
SJIS-WIN | ???¢??c | 0011111100111111001111111000000110010001001111110011111101100011 | 3f3f3f81913f3f63 |
EUC-JP | �â�c | 1000111110101010101001000011111110001111101010101010101010100001111100011000111110101010101001000011111101100011 | 8faaa43f8faaaaa1f18faaa43f63 |
UTF-8 | ÂâÂc | 11000011100000101100001010010110110000111000001111000010101000101100001110000010110000101000000101100011 | c382c296c383c2a2c382c28163 |
UHC | ??????c | 00111111001111110011111100111111001111110011111101100011 | 3f3f3f3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)