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 | 翦}翦{^ | 1111001110101000111000111100011001111101111100111010100011100011110001100111101101011110 | f3a8e3c67df3a8e3c67b5e |
EUC-JP | ?翦}?翦{^ | 001111111110011011001000011111010011111111100110110010000111101101011110 | 3fe6c87d3fe6c87b5e |
UTF-8 | 翦}翦{^ | 111011101000101010011011111001111011111110100110011111011110111010001010100110111110011110111111101001100111101101011110 | ee8a9be7bfa67dee8a9be7bfa67b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)