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 | 襄妓}襄妓{^ | 1110010111110101100010110101011101111101111001011111010110001011010101110111101101011110 | e5f58b577de5f58b577b5e |
EUC-JP | 襄妓}襄妓{^ | 1110101011110111101101011011100001111101111010101111011110110101101110000111101101011110 | eaf7b5b87deaf7b5b87b5e |
UTF-8 | 襄妓}襄妓{^ | 111010001010010110000100111001011010011010010011011111011110100010100101100001001110010110100110100100110111101101011110 | e8a584e5a6937de8a584e5a6937b5e |
UHC | 襄妓}襄妓{^ | 1110010111010001110100001111010101111101111001011101000111010000111101010111101101011110 | e5d1d0f57de5d1d0f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)