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{^ | 100100010101100101010111011111011001000101011001010101110111101101011110 | 9159577d9159577b5e |
EUC-JP | 塑W}塑W{^ | 110000011011101001010111011111011100000110111010010101110111101101011110 | c1ba577dc1ba577b5e |
UTF-8 | 塑W}塑W{^ | 1110010110100001100100010101011101111101111001011010000110010001010101110111101101011110 | e5a191577de5a191577b5e |
UHC | 塑W}塑W{^ | 111000011011000101010111011111011110000110110001010101110111101101011110 | e1b1577de1b1577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)