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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 族属^ | 1001000110110000100100011010111001011110 | 91b091ae5e |
EUC-JP | 族属^ | 1100001010110010110000101011000001011110 | c2b2c2b05e |
UTF-8 | 族属^ | 11100110100101111000111111100101101100011001111001011110 | e6978fe5b19e5e |
UHC | 族?^ | 11110000111010010011111101011110 | f0e93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)