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 | 殲渫}殲渫{^ | 1001111101110010100111111101011001111101100111110111001010011111110101100111101101011110 | 9f729fd67d9f729fd67b5e |
EUC-JP | 殲渫}殲渫{^ | 1101110111010011110111101101100001111101110111011101001111011110110110000111101101011110 | ddd3ded87dddd3ded87b5e |
UTF-8 | 殲渫}殲渫{^ | 111001101010111010110010111001101011100010101011011111011110011010101110101100101110011010111000101010110111101101011110 | e6aeb2e6b8ab7de6aeb2e6b8ab7b5e |
UHC | 殲渫}殲渫{^ | 1110000011101000111000001101111001111101111000001110100011100000110111100111101101011110 | e0e8e0de7de0e8e0de7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)