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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五△?應 | 10001100110111001000000110100010001111111001110011100100 | 8cdc81a23f9ce4 |
EUC-JP | 五△?應 | 10111000110111101010001010100100001111111101100011100110 | b8dea2a43fd8e6 |
UTF-8 | 五△넁應 | 111001001011101010010100111000101001011010110011111010111000010010000001111001101000011110001001 | e4ba94e296b3eb8481e68789 |
UHC | 五△넁應 | 1110011111101001101000011110001010000110100100011110101111101011 | e7e9a1e28691ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)