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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 姆豎B | 1001101101000111111001101011000101000010 | 9b47e6b142 |
EUC-JP | 姆豎B | 1101010110101000111011001011001101000010 | d5a8ecb342 |
UTF-8 | 姆豎B | 11100101101001111000011011101000101100011000111001000010 | e5a786e8b18e42 |
UHC | 姆?B | 11011001101101010011111101000010 | d9b53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)