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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 翹}翹{^ | 11100011110010010111110111100011110010010111101101011110 | e3c97de3c97b5e |
EUC-JP | 翹}翹{^ | 11100110110010110111110111100110110010110111101101011110 | e6cb7de6cb7b5e |
UTF-8 | 翹}翹{^ | 111001111011111110111001011111011110011110111111101110010111101101011110 | e7bfb97de7bfb97b5e |
UHC | 翹}翹{^ | 11001110111011100111110111001110111011100111101101011110 | ceee7dceee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)