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 | 湛竪 | 10010010010110001001001001000111 | 92589247 |
EUC-JP | 湛竪 | 11000011101110011100001110101000 | c3b9c3a8 |
UTF-8 | 湛竪 | 111001101011100110011011111001111010101110101010 | e6b99be7abaa |
UHC | 湛竪 | 11010011110000001110001010110101 | d3c0e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)