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 | 荻瓏?雕 | 10001001101011001110000011111010001111111110100010111000 | 89ace0fa3fe8b8 |
EUC-JP | 荻瓏?雕 | 10110010101011101110000011111100001111111111000010111010 | b2aee0fc3ff0ba |
UTF-8 | 荻瓏츌雕 | 111010001000110110111011111001111001001110001111111011001011100010001100111010011001101110010101 | e88dbbe7938fecb88ce99b95 |
UHC | 荻瓏츌雕 | 1110111011100010110101101110101011000011111101001111000011100111 | eee2d6eac3f4f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)