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 | 帙?^ | 10011011111000110011111101011110 | 9be33f5e |
EUC-JP | 帙?^ | 11010110111001010011111101011110 | d6e53f5e |
UTF-8 | 帙귁^ | 11100101101110001001100111101010101101111000000101011110 | e5b899eab7815e |
UHC | 帙귁^ | 1111001011101101101100011100111001011110 | f2edb1ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)