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 | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 貳n貳nB | 11100110110001100110111011100110110001100110111001000010 | e6c66ee6c66e42 |
EUC-JP | 貳n貳nB | 11101100110010000110111011101100110010000110111001000010 | ecc86eecc86e42 |
UTF-8 | 貳n貳nB | 111010001011001010110011011011101110100010110010101100110110111001000010 | e8b2b36ee8b2b36e42 |
UHC | 貳n貳nB | 11101100110000110110111011101100110000110110111001000010 | ecc36eecc36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)