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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 盆梱 | 10010110011111101000110110101011 | 967e8dab |
EUC-JP | 盆梱 | 11001011110111111011101010101101 | cbdfbaad |
UTF-8 | 盆梱 | 111001111001101110000110111001101010001010110001 | e79b86e6a2b1 |
UHC | 盆梱 | 11011101110011101100110111100001 | ddcecde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)