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 | 潮? | 100100101010101000111111 | 92aa3f |
EUC-JP | 潮? | 110001001010110000111111 | c4ac3f |
UTF-8 | 潮폴 | 111001101011110110101110111011011000111110110100 | e6bdaeed8fb4 |
UHC | 潮폴 | 11110000110011011100011011111010 | f0cdc6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)