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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツ姚テァツアB | 1100001010011011010011001100001110100111110000101011000101000010 | c29b4cc3a7c2b142 |
EUC-JP | ツ姚テァツアB | 10001110110000101101010110101101100011101100001110001110101001111000111011000010100011101011000101000010 | 8ec2d5ad8ec38ea78ec28eb142 |
UTF-8 | ツ姚テァツアB | 11101111101111101000001011100101101001111001101011101111101111101000001111101111101111011010011111101111101111101000001011101111101111011011000101000010 | efbe82e5a79aefbe83efbda7efbe82efbdb142 |
UHC | ?姚????B | 0011111111101000111011100011111100111111001111110011111101000010 | 3fe8ee3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)