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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 晶寘ァ失e^ | 1000111110111011111110011100010011111010101010011010011110001110101110000110010101011110 | 8fbbf9c4faa9a78eb8655e |
EUC-JP | 晶?寘ァ失e^ | 101111101011110100111111100011111011101011100001100011101010011110111100101110100110010101011110 | bebd3f8fbae18ea7bcba655e |
UTF-8 | 晶寘ァ失e^ | 1110011010011001101101101110111010011100100111111110010110101111100110001110111110111101101001111110010110100100101100010110010101011110 | e699b6ee9c9fe5af98efbda7e5a4b1655e |
UHC | 晶???失e^ | 111011111101110000111111001111110011111111100011111101110110010101011110 | efdc3f3f3fe3f7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)