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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂危楳 | 111010001001100010001010111010111001010010000000 | e8988aeb9480 |
EUC-JP | 陂危楳 | 111011111111100010110100111011011100011111100000 | eff8b4edc7e0 |
UTF-8 | 陂危楳 | 111010011001100110000010111001011000110110110001111001101010010110110011 | e99982e58db1e6a5b3 |
UHC | 陂危? | 1111100110101110111010101100101100111111 | f9aeeacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)