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 | 齋睦}齋睦{^ | 1110001001010110100101100111001001111101111000100101011010010110011100100111101101011110 | e25696727de25696727b5e |
EUC-JP | 齋睦}齋睦{^ | 1110001110110111110010111101001101111101111000111011011111001011110100110111101101011110 | e3b7cbd37de3b7cbd37b5e |
UTF-8 | 齋睦}齋睦{^ | 111010011011110110001011111001111001110110100110011111011110100110111101100010111110011110011101101001100111101101011110 | e9bd8be79da67de9bd8be79da67b5e |
UHC | 齋睦}齋睦{^ | 1110111010110001110110011100111001111101111011101011000111011001110011100111101101011110 | eeb1d9ce7deeb1d9ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)