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 | 遶拿}遶拿{^ | 1110011110101011100111010101110001111101111001111010101110011101010111000111101101011110 | e7ab9d5c7de7ab9d5c7b5e |
EUC-JP | 遶拿}遶拿{^ | 1110111010101101110110011011110101111101111011101010110111011001101111010111101101011110 | eeadd9bd7deeadd9bd7b5e |
UTF-8 | 遶拿}遶拿{^ | 111010011000000110110110111001101000101110111111011111011110100110000001101101101110011010001011101111110111101101011110 | e981b6e68bbf7de981b6e68bbf7b5e |
UHC | ?拿}?拿{^ | 001111111101000111011010011111010011111111010001110110100111101101011110 | 3fd1da7d3fd1da7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)