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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??荏新 | 001111110011111110001001011000001001000001010110 | 3f3f89609056 |
EUC-JP | ??荏新 | 001111110011111110110001110000011011111110110111 | 3f3fb1c1bfb7 |
UTF-8 | 旣룫荏新 | 111001101001011110100011111010111010001110101011111010001000110110001111111001101001011010110000 | e697a3eba3abe88d8fe696b0 |
UHC | 旣룫荏新 | 1101000011111110100011111010001011101100111110111110001111100110 | d0fe8fa2ecfbe3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)