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 | 韃妓}韃妓{^ | 1110100011100101100010110101011101111101111010001110010110001011010101110111101101011110 | e8e58b577de8e58b577b5e |
EUC-JP | 韃妓}韃妓{^ | 1111000011100111101101011011100001111101111100001110011110110101101110000111101101011110 | f0e7b5b87df0e7b5b87b5e |
UTF-8 | 韃妓}韃妓{^ | 111010011001111110000011111001011010011010010011011111011110100110011111100000111110010110100110100100110111101101011110 | e99f83e5a6937de99f83e5a6937b5e |
UHC | ?妓}?妓{^ | 001111111101000011110101011111010011111111010000111101010111101101011110 | 3fd0f57d3fd0f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)