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 | 湘煜}湘煜{^ | 1000111111000011111110110101010101111101100011111100001111111011010101010111101101011110 | 8fc3fb557d8fc3fb557b5e |
EUC-JP | 湘煜}湘煜{^ | 10111110110001011000111111001001111111000111110110111110110001011000111111001001111111000111101101011110 | bec58fc9fc7dbec58fc9fc7b5e |
UTF-8 | 湘煜}湘煜{^ | 111001101011100110011000111001111000010110011100011111011110011010111001100110001110011110000101100111000111101101011110 | e6b998e7859c7de6b998e7859c7b5e |
UHC | 湘煜}湘煜{^ | 1101111111001111111010011111001001111101110111111100111111101001111100100111101101011110 | dfcfe9f27ddfcfe9f27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)