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 | 1000100101100001100010010110000101000010 | 8961896142 |
EUC-JP | 餌餌B | 1011000111000010101100011100001001000010 | b1c2b1c242 |
UTF-8 | 餌餌B | 11101001101001001000110011101001101001001000110001000010 | e9a48ce9a48c42 |
UHC | 餌餌B | 1110110011001000111011001100100001000010 | ecc8ecc842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)