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 | 泄匙}泄匙{^ | 1001111110010101100011011111101001111101100111111001010110001101111110100111101101011110 | 9f958dfa7d9f958dfa7b5e |
EUC-JP | 泄匙}泄匙{^ | 1101110111110101101110101111110001111101110111011111010110111010111111000111101101011110 | ddf5bafc7dddf5bafc7b5e |
UTF-8 | 泄匙}泄匙{^ | 111001101011001110000100111001011000110010011001011111011110011010110011100001001110010110001100100110010111101101011110 | e6b384e58c997de6b384e58c997b5e |
UHC | 泄匙}泄匙{^ | 1110000011011100111000111011010101111101111000001101110011100011101101010111101101011110 | e0dce3b57de0dce3b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)