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 | ̱ý | 1000111111001100101100011111110110001111 | 8fccb1fd8f |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | ?̱ý? | 00111111100011111010101011000000101000011101111010001111101010111111001000111111 | 3f8faac0a1de8fabf23f |
UTF-8 | ̱ý | 11000010100011111100001110001100110000101011000111000011101111011100001010001111 | c28fc38cc2b1c3bdc28f |
UHC | ??±?? | 001111110011111110100001101111100011111100111111 | 3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)