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 | 螫妓}螫妓{^ | 1110010110101100100010110101011101111101111001011010110010001011010101110111101101011110 | e5ac8b577de5ac8b577b5e |
EUC-JP | 螫妓}螫妓{^ | 1110101010101110101101011011100001111101111010101010111010110101101110000111101101011110 | eaaeb5b87deaaeb5b87b5e |
UTF-8 | 螫妓}螫妓{^ | 111010001001111010101011111001011010011010010011011111011110100010011110101010111110010110100110100100110111101101011110 | e89eabe5a6937de89eabe5a6937b5e |
UHC | ?妓}?妓{^ | 001111111101000011110101011111010011111111010000111101010111101101011110 | 3fd0f57d3fd0f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)