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 | 盾? | 100011111000001000111111 | 8f823f |
EUC-JP | 盾? | 101111011110001000111111 | bde23f |
UTF-8 | 盾곥 | 111001111001101110111110111010101011001110100101 | e79bbeeab3a5 |
UHC | 盾곥 | 11100010111010101000000111100011 | e2ea81e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)