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 | 湛袖 | 10010010010110001001000110110011 | 925891b3 |
EUC-JP | 湛袖 | 11000011101110011100001010110101 | c3b9c2b5 |
UTF-8 | 湛袖 | 111001101011100110011011111010001010001010010110 | e6b99be8a296 |
UHC | 湛袖 | 11010011110000001110001011000000 | d3c0e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)