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{^ | 111000010111000001010111011111011110000101110000010101110111101101011110 | e170577de170577b5e |
EUC-JP | 疳W}疳W{^ | 111000011101000101010111011111011110000111010001010101110111101101011110 | e1d1577de1d1577b5e |
UTF-8 | 疳W}疳W{^ | 1110011110010110101100110101011101111101111001111001011010110011010101110111101101011110 | e796b3577de796b3577b5e |
UHC | 疳W}疳W{^ | 110010101111011101010111011111011100101011110111010101110111101101011110 | caf7577dcaf7577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)