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 | 得?}得?{^ | 100100111011111000111111011111011001001110111110001111110111101101011110 | 93be3f7d93be3f7b5e |
EUC-JP | 得?}得?{^ | 110001101100000000111111011111011100011011000000001111110111101101011110 | c6c03f7dc6c03f7b5e |
UTF-8 | 得된}得된{^ | 111001011011111010010111111010111001000010011100011111011110010110111110100101111110101110010000100111000111101101011110 | e5be97eb909c7de5be97eb909c7b5e |
UHC | 得된}得된{^ | 1101010011110000101101011100100001111101110101001111000010110101110010000111101101011110 | d4f0b5c87dd4f0b5c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)