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 | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 駭?C | 11101001011011100011111101000011 | e96e3f43 |
EUC-JP | 駭?C | 11110001110011110011111101000011 | f1cf3f43 |
UTF-8 | 駭찭C | 11101001101001111010110111101100101100001010110101000011 | e9a7adecb0ad43 |
UHC | 駭찭C | 1111101010110100101010100100010101000011 | fab4aa4543 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)