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 | ?????]\ | 00111111001111110011111100111111001111110101110101011100 | 3f3f3f3f3f5d5c |
SJIS-WIN | テァツ卍ゥ]\ | 1100001110100111110000101001100111000010101010010101110101011100 | c3a7c299c2a95d5c |
EUC-JP | テァツ卍ゥ]\ | 100011101100001110001110101001111000111011000010110100101100010010001110101010010101110101011100 | 8ec38ea78ec2d2c48ea95d5c |
UTF-8 | テァツ卍ゥ]\ | 1110111110111110100000111110111110111101101001111110111110111110100000101110010110001101100011011110111110111101101010010101110101011100 | efbe83efbda7efbe82e58d8defbda95d5c |
UHC | ???卍?]\ | 0011111100111111001111111101100010110011001111110101110101011100 | 3f3f3fd8b33f5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)