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 | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 篳攷[BF | 11100010110010001001110110111101010110110100001001000110 | e2c89dbd5b4246 |
EUC-JP | 篳攷[BF | 11100100110010101101101010111111010110110100001001000110 | e4cadabf5b4246 |
UTF-8 | 篳攷[BF | 111001111010111110110011111001101001010010110111010110110100001001000110 | e7afb3e694b75b4246 |
UHC | ?攷[BF | 001111111100110110111001010110110100001001000110 | 3fcdb95b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)