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 | ?????M^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
SJIS-WIN | テァツ卍ゥM^ | 1100001110100111110000101001100111000010101010010100110101011110 | c3a7c299c2a94d5e |
EUC-JP | テァツ卍ゥM^ | 100011101100001110001110101001111000111011000010110100101100010010001110101010010100110101011110 | 8ec38ea78ec2d2c48ea94d5e |
UTF-8 | テァツ卍ゥM^ | 1110111110111110100000111110111110111101101001111110111110111110100000101110010110001101100011011110111110111101101010010100110101011110 | efbe83efbda7efbe82e58d8defbda94d5e |
UHC | ???卍?M^ | 0011111100111111001111111101100010110011001111110100110101011110 | 3f3f3fd8b33f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)