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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 但巽l | 1001001001000001100100100100011001101100 | 924192466c |
EUC-JP | 但巽l | 1100001110100010110000111010011101101100 | c3a2c3a76c |
UTF-8 | 但巽l | 11100100101111011000011011100101101101111011110101101100 | e4bd86e5b7bd6c |
UHC | 但巽l | 1101001110100011111000011101111001101100 | d3a3e1de6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)