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 | 辞邪}辞邪{^ | 1000111010101011100011101101011101111101100011101010101110001110110101110111101101011110 | 8eab8ed77d8eab8ed77b5e |
EUC-JP | 辞邪}辞邪{^ | 1011110010101101101111001101100101111101101111001010110110111100110110010111101101011110 | bcadbcd97dbcadbcd97b5e |
UTF-8 | 辞邪}辞邪{^ | 111010001011111010011110111010011000001010101010011111011110100010111110100111101110100110000010101010100111101101011110 | e8be9ee982aa7de8be9ee982aa7b5e |
UHC | ?邪}?邪{^ | 001111111101111011110111011111010011111111011110111101110111101101011110 | 3fdef77d3fdef77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)