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{^ | 100100111110100101010111011111011001001111101001010101110111101101011110 | 93e9577d93e9577b5e |
EUC-JP | 馴W}馴W{^ | 110001101110101101010111011111011100011011101011010101110111101101011110 | c6eb577dc6eb577b5e |
UTF-8 | 馴W}馴W{^ | 1110100110100110101101000101011101111101111010011010011010110100010101110111101101011110 | e9a6b4577de9a6b4577b5e |
UHC | 馴W}馴W{^ | 111000101111100001010111011111011110001011111000010101110111101101011110 | e2f8577de2f8577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)