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 | ?W}?W{^ | 00111111010101110111110100111111010101110111101101011110 | 3f577d3f577b5e |
SJIS-WIN | ¬W}¬W{^ | 100000011100101001010111011111011000000111001010010101110111101101011110 | 81ca577d81ca577b5e |
EUC-JP | ¬W}¬W{^ | 101000101100110001010111011111011010001011001100010101110111101101011110 | a2cc577da2cc577b5e |
UTF-8 | ¬W}¬W{^ | 1110111110111111101000100101011101111101111011111011111110100010010101110111101101011110 | efbfa2577defbfa2577b5e |
UHC | ¬W}¬W{^ | 101000011111111001010111011111011010000111111110010101110111101101011110 | a1fe577da1fe577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)