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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辣ァ骰Э | 11100111100001011010011111101001100011011000010001011110 | e785a7e98d845e |
EUC-JP | 辣ァ骰Э | 1110110111100101100011101010011111110001111011011010011110111111 | ede58ea7f1eda7bf |
UTF-8 | 辣ァ骰Э | 1110100010111110101000111110111110111101101001111110100110101010101100001101000010101101 | e8bea3efbda7e9aab0d0ad |
UHC | 辣??Э | 110101011011100000111111001111111010110010111111 | d5b83f3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)