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 | ??M | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 但叩M | 1001001001000001100100100100000001001101 | 924192404d |
EUC-JP | 但叩M | 1100001110100010110000111010000101001101 | c3a2c3a14d |
UTF-8 | 但叩M | 11100100101111011000011011100101100011111010100101001101 | e4bd86e58fa94d |
UHC | 但叩M | 1101001110100011110011011011000001001101 | d3a3cdb04d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)