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 | 靭杞 | 10010000011110001001111001011000 | 90789e58 |
EUC-JP | 靭杞 | 10111111110110011101101110111001 | bfd9dbb9 |
UTF-8 | 靭杞 | 111010011001110110101101111001101001110110011110 | e99dade69d9e |
UHC | 靭杞 | 11101100111001011101000110100011 | ece5d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)