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 | 旄簫}旄簫{^ | 1001110111010100111000101101001001111101100111011101010011100010110100100111101101011110 | 9dd4e2d27d9dd4e2d27b5e |
EUC-JP | 旄簫}旄簫{^ | 1101101011010110111001001101010001111101110110101101011011100100110101000111101101011110 | dad6e4d47ddad6e4d47b5e |
UTF-8 | 旄簫}旄簫{^ | 111001101001011110000100111001111011000010101011011111011110011010010111100001001110011110110000101010110111101101011110 | e69784e7b0ab7de69784e7b0ab7b5e |
UHC | ?簫}?簫{^ | 001111111110000111000111011111010011111111100001110001110111101101011110 | 3fe1c77d3fe1c77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)