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{^ | 111110101101100101010111011111011111101011011001010101110111101101011110 | fad9577dfad9577b5e |
EUC-JP | 晳W}晳W{^ | 1000111111000010110001000101011101111101100011111100001011000100010101110111101101011110 | 8fc2c4577d8fc2c4577b5e |
UTF-8 | 晳W}晳W{^ | 1110011010011001101100110101011101111101111001101001100110110011010101110111101101011110 | e699b3577de699b3577b5e |
UHC | 晳W}晳W{^ | 111000001010111101010111011111011110000010101111010101110111101101011110 | e0af577de0af577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)