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 | ?????U^ | 00111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f555e |
SJIS-WIN | 晶諶ァ失U^ | 1000111110111011111110011100010011111011101010101010011110001110101110000101010101011110 | 8fbbf9c4fbaaa78eb8555e |
EUC-JP | 晶?諶ァ失U^ | 101111101011110100111111100011111101111010110101100011101010011110111100101110100101010101011110 | bebd3f8fdeb58ea7bcba555e |
UTF-8 | 晶諶ァ失U^ | 1110011010011001101101101110111010011100100111111110100010101011101101101110111110111101101001111110010110100100101100010101010101011110 | e699b6ee9c9fe8abb6efbda7e5a4b1555e |
UHC | 晶?諶?失U^ | 11101111110111000011111111100100101001100011111111100011111101110101010101011110 | efdc3fe4a63fe3f7555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)