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 | 陂危得 | 111010001001100010001010111010111001001110111110 | e8988aeb93be |
EUC-JP | 陂危得 | 111011111111100010110100111011011100011011000000 | eff8b4edc6c0 |
UTF-8 | 陂危得 | 111010011001100110000010111001011000110110110001111001011011111010010111 | e99982e58db1e5be97 |
UHC | 陂危得 | 111110011010111011101010110010111101010011110000 | f9aeeacbd4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)