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 | 軾?}軾?{^ | 111001110110011100111111011111011110011101100111001111110111101101011110 | e7673f7de7673f7b5e |
EUC-JP | 軾?}軾?{^ | 111011011100100000111111011111011110110111001000001111110111101101011110 | edc83f7dedc83f7b5e |
UTF-8 | 軾잨}軾잨{^ | 111010001011101110111110111011001001111010101000011111011110100010111011101111101110110010011110101010000111101101011110 | e8bbbeec9ea87de8bbbeec9ea87b5e |
UHC | 軾잨}軾잨{^ | 1110001111011100100111111111001101111101111000111101110010011111111100110111101101011110 | e3dc9ff37de3dc9ff37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)