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 | 11100111110101001000110001100011 | e7d48c63 |
SJIS-WIN | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
EUC-JP | çÔ?c | 1000111110101011101011101000111110101010110101000011111101100011 | 8fabae8faad43f63 |
UTF-8 | çÔc | 11000011101001111100001110010100110000101000110001100011 | c3a7c394c28c63 |
UHC | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)