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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 卆捐}卆捐{^ | 1001100110111110100111010110111101111101100110011011111010011101011011110111101101011110 | 99be9d6f7d99be9d6f7b5e |
EUC-JP | 卆捐}卆捐{^ | 1101001011000000110110011101000001111101110100101100000011011001110100000111101101011110 | d2c0d9d07dd2c0d9d07b5e |
UTF-8 | 卆捐}卆捐{^ | 111001011000110110000110111001101000110110010000011111011110010110001101100001101110011010001101100100000111101101011110 | e58d86e68d907de58d86e68d907b5e |
UHC | ?捐}?捐{^ | 001111111110011011001000011111010011111111100110110010000111101101011110 | 3fe6c87d3fe6c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)