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 | 陂危売 | 111010001001100010001010111010111001010010000100 | e8988aeb9484 |
EUC-JP | 陂危売 | 111011111111100010110100111011011100011111100100 | eff8b4edc7e4 |
UTF-8 | 陂危売 | 111010011001100110000010111001011000110110110001111001011010001110110010 | e99982e58db1e5a3b2 |
UHC | 陂危? | 1111100110101110111010101100101100111111 | f9aeeacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)